powered by
Compute the confidence level based on the minimum objective value.
compute_cl_objval(min_objval = 0, params = 1, data_points = 2, level = 0.05)
the minimum objective value
the number of parameters
the number of data points
the confidence level threshold (e.g. 0.01, 0.05)
the confidence level based on minimum objective value
# NOT RUN { compute_cl_objval(min_objval=10, params=5, data_points=100) # }
Run the code above in your browser using DataLab