Description Usage Arguments Value
A function for determining the optimal actions and updated information obtained by Gaussian SSM
1 2 3 4 5 6 7 8 9 10 11 | optimalSearch(
t_count,
param,
policy,
WatObs,
temData,
precData,
GlobRdData,
iniTrueWat,
givenWatInfo
)
|
t_count |
The time period of observing weather data |
param |
Parameter values given in R function |
policy |
The optimal policy of the MDP |
WatObs |
Given soil water content data (if givenWatInfo==TRUE) |
temData |
Temperature data |
precData |
Precipitation data |
GlobRdData |
Global Radiation data |
iniTrueWat |
Initial soil-water content at day t=1 |
givenWatInfo |
A boolean value |
A data frame containing the optimal actions and updated information obtained by Gaussian SSM
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.