Uses of Class
jline.api.sim.QuantileCIResult
Packages that use QuantileCIResult
-
Uses of QuantileCIResult in jline.api.sim
Methods in jline.api.sim that return QuantileCIResultModifier and TypeMethodDescriptionstatic QuantileCIResultSim_firquest.sim_firquest(double[][] y, double p) Runs FIRQUEST at nominal 95% coverage with the default constants.static QuantileCIResultSim_firquest.sim_firquest(double[][] y, double p, double alpha) Runs FIRQUEST with the default constants.static QuantileCIResultSim_firquest.sim_firquest(double[][] y, double p, double alpha, QuestOptions options) Runs FIRQUEST.static QuantileCIResultSim_fquest.sim_fquest(double[] y, double p) Runs FQUEST at nominal 95% coverage with the default constants.static QuantileCIResultSim_fquest.sim_fquest(double[] y, double p, double alpha) Runs FQUEST with the default constants.static QuantileCIResultSim_fquest.sim_fquest(double[] y, double p, double alpha, QuestOptions options) Runs FQUEST.