Feeds
질문
Generate A Sequence of 25 Independent Bernoulli RVs with p = .8?
I have a question that asks me to generate a sequence of 25 independent Bernoulli RVs where p = .8. I want to see how many rando...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
Find Partial Sums of a Function.
I have a funtion ... erfx(n) = ( 2 / sqrt(pi) ) * ( ( ( (-1).^i ) * ( x.^((2*i)+1) ) ) / ( ( (2*i) + 1 ) * ( factorial(i) ) )...
대략 12년 전 | 답변 수: 0 | 0
0
답변질문
Create An Array That Contains All the Values of F(x)? Help!
I have a function f(x) that equals x if x < 1 and x^2 elsewhere. How would I go about putting all the values of f(x) into ano...
12년 초과 전 | 답변 수: 3 | 0
3
답변질문
How to remove multiple elements from an array?
I have an array x which is equal to [1:50]. I am trying to remove all the elements that are divisible by 3, 4, and 5. I ca...
12년 초과 전 | 답변 수: 1 | 0
