Vin Sen Lee
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
37.140
of 295.467
REPUTATION
1
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
bijna 9 jaar ago | 1 answer | 0
1
answerQuestion
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.
bijna 9 jaar ago | 0 answers | 1
0
answersQuestion
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 ...
bijna 9 jaar ago | 1 answer | 0
1
answerQuestion
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 ...
bijna 9 jaar ago | 4 answers | 0
4
answersQuestion
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...
bijna 9 jaar ago | 0 answers | 0