SOCR / SOCRAT-issues

Project management for SOCRAT
2 stars 0 forks source link

Powercalc: Confidence Interval for One Mean #197

Closed bradyzhu1102 closed 6 years ago

bradyzhu1102 commented 6 years ago

In this task, you are going to create a data filter function. Please implement a new function called CIOM along with other finished filter functions inside of PowerCalcSidebarCtrl.ctrl.coffee (not PowerCalcSidebarCtrl2.ctrl.coffee)

A data filter has the following purpose: 1. extract useful data from raw data. 2. Broadcast useful data to mainArea.

Get to know confidence interval for one mean: https://onlinecourses.science.psu.edu/stat414/book/export/html/194 Think about what useful data to extract and how to extract them.