Methods to calculate the significance
Class for significance calculation
Checks if a value is statistically significant different from zero Uses the bootstrapped files
| Parameters: |
|
|---|---|
| Returns: | sig_lon,sig_lat lists with significant points |
Saves the significance mask in a netcdf file
| Parameters: |
|
|---|
Get vectors with lon and lat values from a netdf file using cdo.griddes Was introduced because we were using a damaged grid lon,lat valued are located in the center of a gridbox
| Parameters: | ifile – netcdf fn |
|---|---|
| Result : | lon,lat vectors |
Returns the q’th percentile of the distribution given in the argument ‘data’. Uses the ‘precision’ parameter to control the noise level.
| Parameters: |
|
|---|---|
| Returns: | q’th percentile |