Saved Bookmarks
| 1. |
Explain any five statistical functions in ESS. |
|
Answer» 1. = average() is a statistical functions that computes average of a series. 2. = max() function is used to find the maximum value of a series. 3. = min() function is used the find the minimum value of a series. 4. = count () function is used the return the number of values present in a series. 5. = stdev() function estimates the standard deviation based on a sample. |
|