24.12.2013 Views

wradlib Documentation - Bitbucket

wradlib Documentation - Bitbucket

wradlib Documentation - Bitbucket

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>wradlib</strong> <strong>Documentation</strong>, Release 0.1.1<br />

procedures without any modification. This way, the actual adjustment procedure has only to be defined<br />

once in the __call__ method.<br />

The output of this method can be evaluated by using the verify.ErrorMetrics class.<br />

Parameters obs : array of floats<br />

raw : array of floats<br />

Returns obs : array of floats<br />

valid observations at those locations which have a valid radar observation<br />

estatobs : array of floats<br />

estimated values at the valid observation locations<br />

__call__(obs, raw[, targets])<br />

xvalidate(obs, raw)<br />

Empty prototype<br />

Leave-One-Out Cross Validation, applicable to all gage adjustment classes.<br />

<strong>wradlib</strong>.adjust.AdjustBase.__call__<br />

AdjustBase.__call__(obs, raw, targets=None)<br />

Empty prototype<br />

<strong>wradlib</strong>.adjust.AdjustBase.xvalidate<br />

AdjustBase.xvalidate(obs, raw)<br />

Leave-One-Out Cross Validation, applicable to all gage adjustment classes.<br />

This method will be inherited to other Adjust classes. It should thus be applicable to all adjustment procedures<br />

without any modification. This way, the actual adjustment procedure has only to be defined once in the __call__<br />

method.<br />

The output of this method can be evaluated by using the verify.ErrorMetrics class.<br />

Parameters obs : array of floats<br />

raw : array of floats<br />

Returns obs : array of floats<br />

valid observations at those locations which have a valid radar observation<br />

estatobs : array of floats<br />

estimated values at the valid observation locations<br />

<strong>wradlib</strong>.adjust.AdjustMFB<br />

class <strong>wradlib</strong>.adjust.AdjustMFB(obs_coords, raw_coords, nnear_raws=9, stat=’median’, mingages=5,<br />

minval=0.0, Ipclass=, **ipargs)<br />

Multiplicative gage adjustment using one correction factor for the entire domain<br />

This method is also known as the Mean Field Bias correction<br />

Parameters obs_coords : array of float<br />

coordinate pairs of observations points<br />

66 Chapter 3. Library Reference

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!