pyrad.graph.plot_intercomp_scores_ts#
- pyrad.graph.plot_intercomp_scores_ts(date_vec, np_vec, meanbias_vec, medianbias_vec, quant25bias_vec, quant75bias_vec, modebias_vec, corr_vec, slope_vec, intercep_vec, intercep_slope1_vec, fname_list, ref_value=0.0, np_min=0, corr_min=0.0, labelx='Time UTC', titl='RADAR001-RADAR002 intercomparison', dpi=72)[source]#
plots a time series of radar intercomparison scores
- Parameters:
date_vec (datetime object) – time of the time series
np_vec (int array) – number of points
meanbias_vec, medianbias_vec, modebias_vec (float array) – mean, median and mode bias
quant25bias_vec, quant75bias_vec (25th and 75th percentile of the bias)
corr_vec (float array) – correlation
slope_vec, intercep_vec (float array) – slope and intercep of a linear regression
intercep_slope1_vec (float) – the intercep point of a inear regression of slope 1
ref_value (float) – the reference value
np_min (int) – The minimum number of points to consider the result valid
corr_min (float) – The minimum correlation to consider the results valid
labelx (str) – The label of the X axis
titl (str) – The figure title
- Returns:
fname_list (list of str) – list of names of the created plots