Foehnix.
predict
(newdata=None, returntype='response')[source]¶Predict method for foehnix Mixture Models
Used for prediction (perform foehn diagnosis given the estimated
parameters on a new data set (newdata
). If non new data set is
provided (newdata = None
) the prediction is made on the internal
data set, the data set which has been used to train the
foehnix mixture model.
If a new data set is provided the foehn diagnosis will be performed on
this new data set, e.g., based on a set of new observations when using
foehnix for operational near real time foehn diagnosis.
Predictions will be stored in self.predictions
.
Parameters: |
|
---|