photo

HrMmz


Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


Is this correct the correct code for this? Suppose Xi for i=1, 2, 3… has Uniform(0,1) distribution..
_Suppose Xi for i=1, 2, 3… has Uniform(0,1) distribution. Let N = min (n+1: Xn > Xn+1). Find E (N) by simulation. 10,000 simul...

7 years ago | 1 answer | 0

1

answer

Question


Hi, Could I get Sample Output for these two programs? Asked before but hadn't quite labeled everything correctly, thank you.
I have mac osx and tried installing scilab and octave for the past 2 hours and hasn't worked... here are the programs, thanks.. ...

7 years ago | 1 answer | 0

1

answer

Question


Could Someone Provide the Sample Output for these Two Programs? I don't own MATLAB or if you know another way for me to get sample output.. thank you.
1. MATLAB Program nsamples=100; % number of samples n = 225; % sample size 225 a = 1; b = 2; data = -3+9*ra...

7 years ago | 2 answers | 0

2

answers

Question


A Few Key Concepts to Take From One Complete Program and Apply to Another Very Similar Second Computer Program from an Exponential Distribution with Lambda Function Applied..
Hello, this may take a few minutes, be warned hehe.. but really shouldn't be too bad at all! Here is first program: nsam...

7 years ago | 1 answer | 0

1

answer

Question


Hi, I wanted to get a quick look over for my program see if there were any flaws.. I think it's complete. specifications and program in link thanks..
I think the only thing i'm missing is the mean of the means (not very difficult but I am feeling lazy after working on this all ...

7 years ago | 1 answer | 0

1

answer

Question


Question on how to calculate the variance and then standard deviation on an interval from a to b with 100 samples of size 225 random numbers
nsamples=100; samplenum = 1:nsamples; %setting number of samples and the sample amt. i.e. h...

7 years ago | 1 answer | 0

1

answer

Question


new to matlab simple question
when you do a computation ie c=(b+a)/2 will this automatically display in matlab? i'm new to MATLAB but not programming at all a...

7 years ago | 1 answer | 0

1

answer

Question


find the probability that the mean is between a and b
finding the probability that the mean is between (a) and (b) for a generated sample "nsamples" of sample size "n" from u(a,b).. ...

7 years ago | 2 answers | 0

2

answers