courses icon indicating copy to clipboard operation
courses copied to clipboard

06-statinference: min(mp, 1) instead of max(mp, 1)

Open yiu31802 opened this issue 9 years ago • 0 comments

max(mp,1) might get larger than 1. It should be min(mp,1) Ref: https://class.coursera.org/statinference-011/forum/thread?thread_id=153

yiu31802 avatar Mar 03 '15 22:03 yiu31802