MPAS-JEDI
|
Functions | |
def | readdata () |
def | write_stats (array_f, varNames) |
def | bootstrap (data, num_samples, statistic, alpha) |
def | main () |
Variables | |
string | expStats = 'expmgfsci' |
list | allmetrics = ['RMS'] |
def writediag_modelspace_ci.bootstrap | ( | data, | |
num_samples, | |||
statistic, | |||
alpha | |||
) |
Definition at line 107 of file writediag_modelspace_ci.py.
def writediag_modelspace_ci.main | ( | ) |
Definition at line 115 of file writediag_modelspace_ci.py.
def writediag_modelspace_ci.readdata | ( | ) |
Definition at line 18 of file writediag_modelspace_ci.py.
def writediag_modelspace_ci.write_stats | ( | array_f, | |
varNames | |||
) |
Definition at line 69 of file writediag_modelspace_ci.py.
list writediag_modelspace_ci.allmetrics = ['RMS'] |
Definition at line 16 of file writediag_modelspace_ci.py.
string writediag_modelspace_ci.expStats = 'expmgfsci' |
Definition at line 15 of file writediag_modelspace_ci.py.