Saved Bookmarks
| 1. |
Which of the following builds empirical cumulative distribution function?(a) ecdf()(b) cum(c) cumsum(d) lm() |
|
Answer» The correct choice is (a) ecdf() To elaborate: cumsum() is used to produce running total of values for input vector. |
|