View source: R/math_functions.R
value_node_gen | R Documentation |
Calculate water values from Bellman values
value_node_gen(watervalues, inaccessible_states = 1, statesdt, reservoir)
watervalues |
an intermediate result in Grid_Matrix contains the bellman values |
inaccessible_states |
Numeric in [0,1]. Tolerance of inaccessible states. For example if equal to 0.9 we delete the state if this states is inaccessible by 90% of scenarios. |
statesdt |
an intermediate result in Grid_Matrix contains the states dicretization |
reservoir |
an intermediate result in Grid_Matrix contains the reservoir levels |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.