if (FALSE) {
hermite_est <- hermite_estimator(N = 50, standardize = TRUE,
est_type="univariate")
hermite_est <- hermite_estimator(N = 50, standardize = TRUE,
est_type="univariate", observations = c(1,2,3))
hermite_est <- hermite_estimator(N = 30, standardize = TRUE,
est_type="bivariate", observations = matrix(c(1,1,2,2,3,3),
nrow=3, ncol=2,byrow=TRUE))
}
Run the code above in your browser using DataLab