__init__ ()
|
|
confidence_region_test (theta_values, ...[, ...])
|
Confidence region test to determine if theta values are within a rectangular, multivariate normal, or Gaussian kernel density distribution for a range of alpha values |
leaveNout_bootstrap_test (lNo, lNo_samples, ...)
|
Leave-N-out bootstrap test to compare theta values where N data points are left out to a bootstrap analysis using the remaining data, results indicate if theta is within a confidence region determined by the bootstrap analysis |
likelihood_ratio_test (obj_at_theta, ...[, ...])
|
Likelihood ratio test to identify theta values within a confidence region using the \(\chi^2\) distribution |
objective_at_theta ([theta_values, ...])
|
Objective value for each theta |
theta_est ([solver, return_values, calc_cov, ...])
|
Parameter estimation using all scenarios in the data |
theta_est_bootstrap (bootstrap_samples[, ...])
|
Parameter estimation using bootstrap resampling of the data |
theta_est_leaveNout (lNo[, lNo_samples, ...])
|
Parameter estimation where N data points are left out of each sample |