Uses of Class
org.bytedeco.gsl.gsl_rstat_quantile_workspace
-
Packages that use gsl_rstat_quantile_workspace Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_rstat_quantile_workspace in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_rstat_quantile_workspace Modifier and Type Method Description gsl_rstat_quantile_workspacegsl_rstat_quantile_workspace. dnp(int i, double setter)gsl_rstat_quantile_workspacegsl_rstat_quantile_workspace. getPointer(long i)gsl_rstat_quantile_workspacegsl_rstat_workspace. median_workspace_p()gsl_rstat_quantile_workspacegsl_rstat_quantile_workspace. n(long setter)gsl_rstat_quantile_workspacegsl_rstat_quantile_workspace. np(int i, double setter)gsl_rstat_quantile_workspacegsl_rstat_quantile_workspace. npos(int i, int setter)gsl_rstat_quantile_workspacegsl_rstat_quantile_workspace. p(double setter)gsl_rstat_quantile_workspacegsl_rstat_quantile_workspace. position(long position)gsl_rstat_quantile_workspacegsl_rstat_quantile_workspace. q(int i, double setter)Methods in org.bytedeco.gsl with parameters of type gsl_rstat_quantile_workspace Modifier and Type Method Description gsl_rstat_workspacegsl_rstat_workspace. median_workspace_p(gsl_rstat_quantile_workspace setter) -
Uses of gsl_rstat_quantile_workspace in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_rstat_quantile_workspace Modifier and Type Method Description static gsl_rstat_quantile_workspacegsl. gsl_rstat_quantile_alloc(double p)Methods in org.bytedeco.gsl.global with parameters of type gsl_rstat_quantile_workspace Modifier and Type Method Description static intgsl. gsl_rstat_quantile_add(double x, gsl_rstat_quantile_workspace w)static voidgsl. gsl_rstat_quantile_free(gsl_rstat_quantile_workspace w)static doublegsl. gsl_rstat_quantile_get(gsl_rstat_quantile_workspace w)static intgsl. gsl_rstat_quantile_reset(gsl_rstat_quantile_workspace w)
-