Description Usage Arguments Examples
View source: R/hermite_estimator_univar.R
Outputs key parameters of a univariate hermite_estimator object along with estimates of the mean, standard deviation and deciles of the data that the object has been updated with.
1 2 |
object |
A hermite_estimator_univar object. |
digits |
A numeric value. Number of digits to round to. |
... |
Other arguments passed on to methods used in summary. |
1 2 3 | hermite_est <- hermite_estimator_univar(N = 10, standardize = TRUE)
hermite_est <- update_batch(hermite_est, rnorm(30))
summary(hermite_est)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.