if (FALSE) {
library(NeuralEstimators)
library(JuliaConnectoR)
## Observed data: 100 replicates of a univariate random variable
Z <- matrix(rnorm(100), nrow = 1)
## Construct an (un-trained) point estimator
estimator <- initialise_estimator(1, architecture = "MLP")
## Apply the estimator
estimate(estimator, Z)
}
Run the code above in your browser using DataLab