osier.Technology.variable_cost_ts#

Technology.variable_cost_ts(size)[source]#

Returns the total variable cost as an array of length size.

Warning

The current implementation will only select the first N values, where N = size. It is recommended that users only pass the subset of data they wish to use.

Parameters:

size (int) – The number of periods, i.e. length, of the time series.

Returns:

var_cost_ts – The variable cost time series.

Return type:

numpy.ndarray