Community Profile

photo

Steven


New Jersey Institute of Technology

Active since 2013

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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) ) )...

10 years ago | 0 answers | 0

0

answers

Question


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...

10 years ago | 3 answers | 0

3

answers

Question


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...

10 years ago | 1 answer | 0

1

answer