Statistics#
Statistic functions which can be called within a pypsa.Network
via
n.statistics.func
. For example n.statistics.capex()
.
Statistic methods#
|
Calculate the capital expenditure of the network in given currency. |
|
Calculate the capital expenditure of already built components of the network in given currency. |
|
Calculate the capex of expanded capacities of the network components in currency. |
|
Calculate the optimal capacity of the network components in MW. |
|
Calculate the installed capacity of the network components in MW. |
|
Calculate the expanded capacity of the network components in MW. |
|
Calculate the operational expenditure in the network in given currency. |
|
Calculate the supply of components in the network. |
|
Calculate the withdrawal of components in the network. |
|
Calculate the transmission of branch components in the network. |
|
Calculate the energy balance of components in the network. |
|
Calculate the curtailment of components in the network in MWh. |
|
Calculate the capacity factor of components in the network. |
|
Calculate the revenue of components in the network in given currency. |
|
Calculate the market value of components in the network in given currency/MWh or currency/unit_{bus_carrier} where unit_{bus_carrier} is the unit of the bus carrier. |
Statistic groupers#
Groupers can be used in combination with the statistic methods. For example
groupers = n.statistics.groupers
n.statistics.capex(groupby=groupers.get_carrier)
Or any other grouper could be used.
|
Get the nice carrier names for a component. |
|
Get the buses and nice carrier names for a component. |
|
Get the name, buses and nice carrier names for a component. |
|
Get component country and carrier. |
|
Get component carrier and bus carrier in one combined list. |
|
Get component's carrier, bus and bus carrier in one combined list. |
|
Get the buses and nice carrier names for a component. |