<< Chapter < Page Chapter >> Page >

mgd.m Uses coefficients for the generating function for N and the distribution for simple Y to calculate the distribution for the compound demand.

% MGD file mgd.m Moment generating function for compound demand % Version of 5/19/97% Uses m-functions csort, mgsum disp('Do not forget zeros coefficients for missing')disp('powers in the generating function for N') disp(' ')g = input('Enter COEFFICIENTS for gN '); y = input('Enter VALUES for Y ');p = input('Enter PROBABILITIES for Y '); n = length(g); % Initializationa = 0; b = 1;D = a; PD = g(1);for i = 2:n [a,b]= mgsum(y,a,p,b); D = [D a]; PD = [PD b*g(i)]; [D,PD]= csort(D,PD); endr = find(PD>1e-13); D = D(r); % Values with positive probabilityPD = PD(r); % Corresponding probabilities mD = [D; PD]'; % Display details disp('Values are in row matrix D; probabilities are in PD.')disp('To view the distribution, call for mD.')
Got questions? Get instant answers now!

mgdf.m function [d,pd] = mgdf(pn,y,py) is a function version of mgd , which allows arbitrary naming of the variables. The input matrix p n is the coefficient matrix for the counting random variable generating function. Zeros for the missing powers must be included.The matrices y , p y are the actual values and probabilities of the demand random variable.

function [d,pd] = mgdf(pn,y,py)% MGDF [d,pd] = mgdf(pn,y,py) Function version of mgD% Version of 5/19/97 % Uses m-functions mgsum and csort% Do not forget zeros coefficients for missing % powers in the generating function for Nn = length(pn); % Initialization a = 0;b = 1; d = a;pd = pn(1); for i = 2:n[a,b] = mgsum(y,a,py,b);d = [d a];pd = [pd b*pn(i)];[d,pd] = csort(d,pd);end a = find(pd>1e-13); % Location of positive probabilities pd = pd(a); % Positive probabilitiesd = d(a); % D values with positive probability
Got questions? Get instant answers now!

randbern.m Let S be the number of successes in a random number N of Bernoulli trials, with probability p of success on each trial. The procedure randbern takes as inputs the probability p of success and the distribution matrices N , P N for the counting random variable N and calculates the joint distribution for { N , S } and the marginal distribution for S .

% RANDBERN file randbern.m Random number of Bernoulli trials % Version of 12/19/96; notation modified 5/20/97% Joint and marginal distributions for a random number of Bernoulli trials % N is the number of trials% S is the number of successes p = input('Enter the probability of success ');N = input('Enter VALUES of N '); PN = input('Enter PROBABILITIES for N ');n = length(N); m = max(N);S = 0:m; P = zeros(n,m+1);for i = 1:n P(i,1:N(i)+1) = PN(i)*ibinom(N(i),p,0:N(i));end PS = sum(P);P = rot90(P); disp('Joint distribution N, S, P, and marginal PS')
Got questions? Get instant answers now!

Simulation of markov systems

inventory1.m Calculates the transition matrix for an ( m , M ) inventory policy. At the end of each period, if the stock is less than a reorder point m , stock is replenished to the level M . Demand in each period is an integer valued random variable Y . Input consists of the parameters m , M and the distribution for Y as a simple random variable (or a discrete approximation).

% INVENTORY1 file inventory1.m Generates P for (m,M) inventory policy % Version of 1/27/97% Data for transition probability calculations % for (m,M) inventory policyM = input('Enter value M of maximum stock '); m = input('Enter value m of reorder point ');Y = input('Enter row vector of demand values '); PY = input('Enter demand probabilities ');states = 0:M; ms = length(states);my = length(Y); % Calculations for determining P[y,s] = meshgrid(Y,states);T = max(0,M-y).*(s<m) + max(0,s-y).*(s>= m); P = zeros(ms,ms);for i = 1:ms [a,b]= meshgrid(T(i,:),states); P(i,:) = PY*(a==b)';end disp('Result is in matrix P')
Got questions? Get instant answers now!

Questions & Answers

how does Neisseria cause meningitis
Nyibol Reply
what is microbiologist
Muhammad Reply
what is errata
Muhammad
is the branch of biology that deals with the study of microorganisms.
Ntefuni Reply
What is microbiology
Mercy Reply
studies of microbes
Louisiaste
when we takee the specimen which lumbar,spin,
Ziyad Reply
How bacteria create energy to survive?
Muhamad Reply
Bacteria doesn't produce energy they are dependent upon their substrate in case of lack of nutrients they are able to make spores which helps them to sustain in harsh environments
_Adnan
But not all bacteria make spores, l mean Eukaryotic cells have Mitochondria which acts as powerhouse for them, since bacteria don't have it, what is the substitution for it?
Muhamad
they make spores
Louisiaste
what is sporadic nd endemic, epidemic
Aminu Reply
the significance of food webs for disease transmission
Abreham
food webs brings about an infection as an individual depends on number of diseased foods or carriers dully.
Mark
explain assimilatory nitrate reduction
Esinniobiwa Reply
Assimilatory nitrate reduction is a process that occurs in some microorganisms, such as bacteria and archaea, in which nitrate (NO3-) is reduced to nitrite (NO2-), and then further reduced to ammonia (NH3).
Elkana
This process is called assimilatory nitrate reduction because the nitrogen that is produced is incorporated in the cells of microorganisms where it can be used in the synthesis of amino acids and other nitrogen products
Elkana
Examples of thermophilic organisms
Shu Reply
Give Examples of thermophilic organisms
Shu
advantages of normal Flora to the host
Micheal Reply
Prevent foreign microbes to the host
Abubakar
they provide healthier benefits to their hosts
ayesha
They are friends to host only when Host immune system is strong and become enemies when the host immune system is weakened . very bad relationship!
Mark
what is cell
faisal Reply
cell is the smallest unit of life
Fauziya
cell is the smallest unit of life
Akanni
ok
Innocent
cell is the structural and functional unit of life
Hasan
is the fundamental units of Life
Musa
what are emergency diseases
Micheal Reply
There are nothing like emergency disease but there are some common medical emergency which can occur simultaneously like Bleeding,heart attack,Breathing difficulties,severe pain heart stock.Hope you will get my point .Have a nice day ❣️
_Adnan
define infection ,prevention and control
Innocent
I think infection prevention and control is the avoidance of all things we do that gives out break of infections and promotion of health practices that promote life
Lubega
Heyy Lubega hussein where are u from?
_Adnan
en français
Adama
which site have a normal flora
ESTHER Reply
Many sites of the body have it Skin Nasal cavity Oral cavity Gastro intestinal tract
Safaa
skin
Asiina
skin,Oral,Nasal,GIt
Sadik
How can Commensal can Bacteria change into pathogen?
Sadik
How can Commensal Bacteria change into pathogen?
Sadik
all
Tesfaye
by fussion
Asiina
what are the advantages of normal Flora to the host
Micheal
what are the ways of control and prevention of nosocomial infection in the hospital
Micheal
what is inflammation
Shelly Reply
part of a tissue or an organ being wounded or bruised.
Wilfred
what term is used to name and classify microorganisms?
Micheal Reply
Binomial nomenclature
adeolu
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Applied probability. OpenStax CNX. Aug 31, 2009 Download for free at http://cnx.org/content/col10708/1.6
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Applied probability' conversation and receive update notifications?

Ask