![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7462267_1522121613143_DEF.jpg)
Vin Sen Lee
2016년부터 활동
Followers: 0 Following: 0
Feeds
질문
Consider a loop of string with unit length. Take n cuts independently and randomly along the string, what is the expected length of the smallest and the largest piece?
This is what I did. The probability is (1+(1-n)x)^n So, expected value of x is it integral for x varies from 0 to 1/n wh...
대략 9년 전 | 답변 수: 1 | 0
1
답변질문
Use the cumulative sum function cumsum and the bar graph function bar to produce a cumulative density plot of the standard normal distribution (i.e. N (0, 1)).
someone please help me. I have no idea how to do this.
대략 9년 전 | 답변 수: 0 | 1
0
답변질문
Write a program to produce the probability density function of binomial distribution
i.e. a function that only returns 2 possible values(0 and 1). The probability of returning 0 is p, the probability returning 1 ...
대략 9년 전 | 답변 수: 1 | 0
1
답변질문
Write a function so that, when given a natural number N, the function returns the value max n ∈ N : 12 + 22 + · · · + n 2 ≤ N
Write a function so that, when given a natural number N, the function returns the value max n ∈ N : 12 + 22 + · · · + n 2 ...
대략 9년 전 | 답변 수: 4 | 0
4
답변질문
Write a program to produce the probability density function of binomial distribution, i.e. a function that only returns 2 possible values(0 and 1). The probability of returning 0 is p, the probability returning 1 is q. where p + q = 1.
Write a program to produce the probability density function of binomial distribution, i.e. a function that only returns 2 possi...
대략 9년 전 | 답변 수: 0 | 0