Community Profile

photo

Joseph


Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


Create n arrays given a specified n with similar names
% split into dfferent event arrays no_events = length(event_id); for i = 1:no_events; % no_events can be anything from 1 t...

9 years ago | 1 answer | 0

1

answer

Question


Type II Errors—Counting and Calculating Probability
I have 10 randomly distributed pseudorandom numbers, r = 10.5 + 1.*randn(1,10); and I've calculated the t-test over a 95%...

10 years ago | 0 answers | 0

0

answers

Question


Normally distributed pseudorandom numbers using randn
Why doesn't EDU>> r = 10.5 + 1.*randn(1,10); EDU>> mean(r) ans = 10.5848 return a mean of 10.5 if I specified...

10 years ago | 1 answer | 0

1

answer