Go to the source code of this file.
|
def | stat_utils.calcStats (array_f) |
|
def | stat_utils.write_stats_nc (statSpace, statsDict) |
|
def | stat_utils.read_stats_nc (statsFile) |
|
def | stat_utils.aggStatsDF (x) |
|
def | stat_utils.aggStatsDict (x_) |
|
def | stat_utils.identityFunc (x) |
|
def | stat_utils.rmsFunc (x, axis=0) |
|
def | stat_utils.bootStrapVector (X, alpha=0.05, n_samples=8000, weights=None) |
|
def | stat_utils.bootStrapVectorRMSFunc (X, Y, statFunc=np.subtract, alpha=0.05, n_samples=8000) |
|
def | stat_utils.bootStrapAggRMSFunc (X, Y, Ns, statFunc=np.subtract, alpha=0.05, n_samples=8000) |
|
def | stat_utils.bootStrapVectorFunc (X, Y, alpha=0.05, n_samples=5000, vecFuncs=[identityFunc], bootFuncs=[bootStrapVector], statFunc=np.subtract) |
|
def | stat_utils.bootStrapClusterFunc (X, Y, alpha=0.05, n_samples=5000, statFunc=np.subtract, statNames=sampleableAggStats) |
|