ecdf_estimator
Namespaces | Functions
output.py File Reference

Namespaces

 ecdf_estimator.output
 

Functions

def ecdf_estimator.output.plot_ecdf_vectors (estimator, plotter=plt, plot_options="b.")
 Plot all ecdf vectors. More...
 
def ecdf_estimator.output.plot_mean_vector (estimator, plotter=plt, plot_options="g.")
 Plot means of ecdf vectors. More...
 
def ecdf_estimator.output.plot_chi2_test (estimator, plotter=plt, plot_options="r-")
 Plot chi square test. More...
 
def ecdf_estimator.output.save_data (estimator, name="ecdf_estimator")
 Save ecdf vectors, mean of ecdf vectors, covariance matrix and bin values to files. More...