Statistica
12 Domande
0 Risposte
RANK
98.857
of 298.219
REPUTAZIONE
0
CONTRIBUTI
12 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
25.0%
VOTI RICEVUTI
0
RANK
of 160.604
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
how to simulate from a bivarite poisson(lamda1, lamda2, lamda3) using matlab
hi there please i need help in trying to simulate a poisson distribution with three lamda.i know for a single poisson we: clc ...
quasi 10 anni fa | 0 risposte | 0
0
risposteDomanda
how to draw the cdf and pdf of a this multinomial distribution
clc clear all format compact rng(970,'v4') X1=[]; X2=[]; X3=[]; U=[]; Y=[]; p =[0.0080 0.0270 0.1250 0.0360 0.0600 0.13...
circa 10 anni fa | 0 risposte | 0
0
risposteDomanda
how to simulate 10000 samples from a multinomial distribution with p1=0.5,p2=0.3p3=0.2
how to simulate 10000 samples from a multinomial distribution with p1=0.5,p2=0.3p3=0.2
circa 10 anni fa | 1 risposta | 0
1
rispostaDomanda
how to represent my outcomes from a multinomial distribution in terms of y=1:10
clc clear all format compact rng(970,'v4') X=[]; X1=[]; X2=[]; X3=[]; U=[]; p =[0.0080 0.0270 0.125...
circa 10 anni fa | 0 risposte | 0
0
risposteDomanda
answers 0 votes Hi All, pls i need a command line to plot a histogram,cdf and pdf of the pasted matlab program. (binomial n=5, p=0.4)
answers 0 votes Hi All, pls i need a command line to plot a histogram,cdf and pdf of the pasted matlab program. (binomial n=5,...
circa 10 anni fa | 0 risposte | 0
0
risposteDomanda
Hi All, pls i need a command line to plot a histogram,cdf and pdf of the pasted matlab program. (binomial n=5, p=0.4)
clc clear all format compact rng(970,'v4') X =[]; U =[]; for i = (1:10000) r =rand; if r <=0.07776 x=0;...
circa 10 anni fa | 0 risposte | 0
0
risposteDomanda
generating 10 samples from a binomial using a fair dice.
clc clear all format compact rng(970,'v4') U=[]; X=[]; R = rand(10,1) % generate a sample in Unif(0,1) ...
circa 10 anni fa | 1 risposta | 0
1
rispostaDomanda
how can i plot the pdf of a bernoulli using matlab
which algorithm can i use in plotting the cdf of a bernoulli using matlab
circa 10 anni fa | 1 risposta | 0
1
rispostaDomanda
how to plot the cdf of a bernoulli using matlab
how do i plot the cdf of a bernoulli using matlab
circa 10 anni fa | 1 risposta | 0
1
rispostaDomanda
results coming out in terms of fprintf 0 and fprint 1
Hi, i am try to plot a histogram using my outcomes i got from generating samples from a bernoulli. it comes out as fprint 0 and...
circa 10 anni fa | 0 risposte | 0
0
risposteDomanda
what is the difference between a histogram and pdf.
i am trying to understand the difference between pdf and histogram.i want to use an algorithm to plot a bernoulli from a pdf usi...
circa 10 anni fa | 1 risposta | 0
1
rispostaDomanda
why is my results coiming out as a single 0 while using matlab
R = rand (10,1)% generate a sample in Unif(0,1) P = 0.5 N = 10 if R < P fprintf = 1 else fprintf = 0 end
circa 10 anni fa | 1 risposta | 0