if (FALSE) {
hermite_est <- hermite_estimator(N = 10, standardize = TRUE,
est_type="bivariate", observations = matrix(rnorm(30*2), nrow=30,
ncol=2, byrow = TRUE))
spearmans_est <- spearmans(hermite_est)
}
Run the code above in your browser using DataLab