get_bellman_values_interpolation: Create approximation of Bellman function for next week for...

View source: R/Bellman_subfunctions.R

get_bellman_values_interpolationR Documentation

Create approximation of Bellman function for next week for each scenario, used in Bellman and in getOptimalTrend

Description

Create approximation of Bellman function for next week for each scenario, used in Bellman and in getOptimalTrend

Usage

get_bellman_values_interpolation(Data_week, next_week_values, mcyears)

Arguments

Data_week

Data frame generated in Grid_Matrix code containing list of states and years evaluated (we suppose there is only one week at a time)

next_week_values

Vector of Bellman values to interpolate

mcyears

Vector of monte carlo years to take into account

Value

List of stats::approxfun for each scenario


rte-antares-rpackage/antaresWaterValues documentation built on April 24, 2024, 7:25 a.m.