analyse_randomKde2d_AutoCalibrated: Perform analysis of random 2d distributions (auto calibrated)
Description
The experimental code analyse_randomKde2d_AutoCalibrated
computes statistics from uniformly randomly created 2D fields based on kernel density
estimations (using create_randomKde2d). It runs for as many
interations as necessary for the statistical measuremnt stabilize (but it will abort
after maxIter iterations is reached).
# NOT RUN {# Runs the analysis on random fieldstoyRes <- analyse_randomKde2d_AutoCalibrated(100, 100, 100, 100, showStats=TRUE)
# Clean the environmentrm(toyRes)
# }