Saved Bookmarks
| 1. |
The _________ function returns a list of densities (y) corresponding to bin values (x).(a) Spline(b) Density(c) Lists(d) Locator |
|
Answer» Correct choice is (a) Spline The explanation: The spline function returns a list of densities (y) corresponding to bin values (x). These can be passed to the plot routine to produce a line graph of the density. |
|