Getting Started
HOWTOs
pydantic
values
StockDefinition
from_excel()
from_csv
DimensionReader
ParameterReader
DataReader
CompoundDataReader
ArrayPlotter
Examples
API Reference
MFASystem
MFASystem.dims
MFASystem.flows
MFASystem.parameters
MFASystem.processes
MFASystem.stocks
MFASystem.check_flows()
MFASystem.check_mass_balance()
MFASystem.compute()
MFASystem.from_csv()
MFASystem.from_data_reader()
MFASystem.from_excel()
MFASystem.get_new_array()
make_empty_flows()
make_empty_stocks()
make_processes()
MFADefinition
MFADefinition.dimensions
MFADefinition.flows
MFADefinition.parameters
MFADefinition.processes
MFADefinition.stocks
MFADefinition.check_dimension_letters
FlowDefinition
FlowDefinition.dim_letters
FlowDefinition.from_process_name
FlowDefinition.name_override
FlowDefinition.to_process_name
FlowDefinition.check_dimensions
StockDefinition.dim_letters
StockDefinition.lifetime_model_class
StockDefinition.name
StockDefinition.process_name
StockDefinition.solver
StockDefinition.subclass
StockDefinition.time_letter
StockDefinition.check_dimensions
StockDefinition.check_lifetime_model
StockDefinition.init_solver
ParameterDefinition
ParameterDefinition.dim_letters
ParameterDefinition.name
ParameterDefinition.check_dimensions
DimensionDefinition
DimensionDefinition.dtype
DimensionDefinition.letter
DimensionDefinition.name
CSVDimensionReader
CSVParameterReader
ExcelDimensionReader
ExcelParameterReader
Dimension
Dimension.dtype
Dimension.items
Dimension.letter
Dimension.name
Dimension.from_df()
Dimension.from_np()
Dimension.index()
Dimension.is_subset()
Dimension.is_superset()
Dimension.items_have_datatype
Dimension.len
DimensionSet
DimensionSet.dim_list
DimensionSet.difference_with()
DimensionSet.drop()
DimensionSet.expand_by()
DimensionSet.get_subset()
DimensionSet.index()
DimensionSet.intersect_with()
DimensionSet.no_repeated_dimensions
DimensionSet.replace()
DimensionSet.size()
DimensionSet.union_with()
DimensionSet.letters
DimensionSet.names
DimensionSet.ndim
DimensionSet.shape
DimensionSet.string
FlodymArray
FlodymArray.dims
FlodymArray.name
FlodymArray.values
FlodymArray.abs()
FlodymArray.apply()
FlodymArray.cast_to()
FlodymArray.cast_values_to()
FlodymArray.cumsum()
FlodymArray.from_df()
FlodymArray.from_dims_superset()
FlodymArray.get_shares_over()
FlodymArray.items_where()
FlodymArray.maximum()
FlodymArray.minimum()
FlodymArray.set_values()
FlodymArray.set_values_from_df()
FlodymArray.sign()
FlodymArray.split()
FlodymArray.sum_over()
FlodymArray.sum_to()
FlodymArray.sum_values()
FlodymArray.sum_values_over()
FlodymArray.sum_values_to()
FlodymArray.to_df()
FlodymArray.validate_values
FlodymArray.shape
FlodymArray.size
Flow
Flow.dims
Flow.from_process
Flow.name
Flow.to_process
Flow.values
Flow.abs()
Flow.apply()
Flow.cast_to()
Flow.cast_values_to()
Flow.cumsum()
Flow.from_df()
Flow.from_dims_superset()
Flow.get_shares_over()
Flow.items_where()
Flow.maximum()
Flow.minimum()
Flow.set_values()
Flow.set_values_from_df()
Flow.sign()
Flow.split()
Flow.sum_over()
Flow.sum_to()
Flow.sum_values()
Flow.sum_values_over()
Flow.sum_values_to()
Flow.to_df()
Flow.validate_values
Flow.from_process_id
Flow.shape
Flow.size
Flow.to_process_id
StockArray
StockArray.dims
StockArray.name
StockArray.values
StockArray.abs()
StockArray.apply()
StockArray.cast_to()
StockArray.cast_values_to()
StockArray.cumsum()
StockArray.from_df()
StockArray.from_dims_superset()
StockArray.get_shares_over()
StockArray.items_where()
StockArray.maximum()
StockArray.minimum()
StockArray.set_values()
StockArray.set_values_from_df()
StockArray.sign()
StockArray.split()
StockArray.sum_over()
StockArray.sum_to()
StockArray.sum_values()
StockArray.sum_values_over()
StockArray.sum_values_to()
StockArray.to_df()
StockArray.validate_values
StockArray.shape
StockArray.size
Parameter
Parameter.dims
Parameter.name
Parameter.values
Parameter.abs()
Parameter.apply()
Parameter.cast_to()
Parameter.cast_values_to()
Parameter.cumsum()
Parameter.from_df()
Parameter.from_dims_superset()
Parameter.get_shares_over()
Parameter.items_where()
Parameter.maximum()
Parameter.minimum()
Parameter.set_values()
Parameter.set_values_from_df()
Parameter.sign()
Parameter.split()
Parameter.sum_over()
Parameter.sum_to()
Parameter.sum_values()
Parameter.sum_values_over()
Parameter.sum_values_to()
Parameter.to_df()
Parameter.validate_values
Parameter.shape
Parameter.size
process_names_with_arrow()
process_names_no_spaces()
process_ids()
Stock
Stock.dims
Stock.inflow
Stock.name
Stock.outflow
Stock.process
Stock.stock
Stock.time_letter
Stock.check_stock_balance()
Stock.compute()
Stock.get_stock_balance()
Stock.init_t
Stock.to_stock_type()
Stock.validate_stock_arrays
Stock.validate_time_first_dim
Stock.process_id
Stock.shape
SimpleFlowDrivenStock
SimpleFlowDrivenStock.dims
SimpleFlowDrivenStock.inflow
SimpleFlowDrivenStock.name
SimpleFlowDrivenStock.outflow
SimpleFlowDrivenStock.process
SimpleFlowDrivenStock.stock
SimpleFlowDrivenStock.time_letter
SimpleFlowDrivenStock.check_stock_balance()
SimpleFlowDrivenStock.compute()
SimpleFlowDrivenStock.get_stock_balance()
SimpleFlowDrivenStock.init_t
SimpleFlowDrivenStock.to_stock_type()
SimpleFlowDrivenStock.validate_stock_arrays
SimpleFlowDrivenStock.validate_time_first_dim
SimpleFlowDrivenStock.process_id
SimpleFlowDrivenStock.shape
InflowDrivenDSM
InflowDrivenDSM.dims
InflowDrivenDSM.inflow
InflowDrivenDSM.lifetime_model
InflowDrivenDSM.name
InflowDrivenDSM.outflow
InflowDrivenDSM.process
InflowDrivenDSM.stock
InflowDrivenDSM.time_letter
InflowDrivenDSM.check_stock_balance()
InflowDrivenDSM.compute()
InflowDrivenDSM.get_outflow_by_cohort()
InflowDrivenDSM.get_stock_balance()
InflowDrivenDSM.get_stock_by_cohort()
InflowDrivenDSM.init_cohort_arrays
InflowDrivenDSM.init_lifetime_model
InflowDrivenDSM.init_t
InflowDrivenDSM.to_stock_type()
InflowDrivenDSM.validate_stock_arrays
InflowDrivenDSM.validate_time_first_dim
InflowDrivenDSM.process_id
InflowDrivenDSM.shape
StockDrivenDSM
StockDrivenDSM.dims
StockDrivenDSM.inflow
StockDrivenDSM.lifetime_model
StockDrivenDSM.name
StockDrivenDSM.outflow
StockDrivenDSM.process
StockDrivenDSM.solver
StockDrivenDSM.stock
StockDrivenDSM.time_letter
StockDrivenDSM.check_stock_balance()
StockDrivenDSM.compute()
StockDrivenDSM.get_outflow_by_cohort()
StockDrivenDSM.get_stock_balance()
StockDrivenDSM.get_stock_by_cohort()
StockDrivenDSM.init_cohort_arrays
StockDrivenDSM.init_lifetime_model
StockDrivenDSM.init_solver
StockDrivenDSM.init_t
StockDrivenDSM.to_stock_type()
StockDrivenDSM.validate_stock_arrays
StockDrivenDSM.validate_time_first_dim
StockDrivenDSM.process_id
StockDrivenDSM.shape
LifetimeModel
LifetimeModel.dims
LifetimeModel.inflow_at
LifetimeModel.n_pts_per_interval
LifetimeModel.time_letter
LifetimeModel.cast_any_to_np_array()
LifetimeModel.cast_prms
LifetimeModel.check_inflow_at
LifetimeModel.compute_outflow_pdf()
LifetimeModel.compute_survival_factor()
LifetimeModel.get_quad_points_and_weights()
LifetimeModel.init_t
LifetimeModel.set_prms()
LifetimeModel.pdf
LifetimeModel.prms
LifetimeModel.sf
LifetimeModel.shape
FixedLifetime
FixedLifetime.dims
FixedLifetime.inflow_at
FixedLifetime.mean
FixedLifetime.n_pts_per_interval
FixedLifetime.time_letter
FixedLifetime.cast_any_to_np_array()
FixedLifetime.cast_prms
FixedLifetime.check_inflow_at
FixedLifetime.compute_outflow_pdf()
FixedLifetime.compute_survival_factor()
FixedLifetime.get_quad_points_and_weights()
FixedLifetime.init_t
FixedLifetime.set_prms()
FixedLifetime.pdf
FixedLifetime.prms
FixedLifetime.sf
FixedLifetime.shape
NormalLifetime
NormalLifetime.dims
NormalLifetime.inflow_at
NormalLifetime.mean
NormalLifetime.n_pts_per_interval
NormalLifetime.std
NormalLifetime.time_letter
NormalLifetime.cast_any_to_np_array()
NormalLifetime.cast_prms
NormalLifetime.check_inflow_at
NormalLifetime.compute_outflow_pdf()
NormalLifetime.compute_survival_factor()
NormalLifetime.get_quad_points_and_weights()
NormalLifetime.init_t
NormalLifetime.set_prms()
NormalLifetime.pdf
NormalLifetime.prms
NormalLifetime.sf
NormalLifetime.shape
FoldedNormalLifetime
FoldedNormalLifetime.dims
FoldedNormalLifetime.inflow_at
FoldedNormalLifetime.mean
FoldedNormalLifetime.n_pts_per_interval
FoldedNormalLifetime.std
FoldedNormalLifetime.time_letter
FoldedNormalLifetime.cast_any_to_np_array()
FoldedNormalLifetime.cast_prms
FoldedNormalLifetime.check_inflow_at
FoldedNormalLifetime.compute_outflow_pdf()
FoldedNormalLifetime.compute_survival_factor()
FoldedNormalLifetime.get_quad_points_and_weights()
FoldedNormalLifetime.init_t
FoldedNormalLifetime.set_prms()
FoldedNormalLifetime.pdf
FoldedNormalLifetime.prms
FoldedNormalLifetime.sf
FoldedNormalLifetime.shape
LogNormalLifetime
LogNormalLifetime.dims
LogNormalLifetime.inflow_at
LogNormalLifetime.mean
LogNormalLifetime.n_pts_per_interval
LogNormalLifetime.std
LogNormalLifetime.time_letter
LogNormalLifetime.cast_any_to_np_array()
LogNormalLifetime.cast_prms
LogNormalLifetime.check_inflow_at
LogNormalLifetime.compute_outflow_pdf()
LogNormalLifetime.compute_survival_factor()
LogNormalLifetime.get_quad_points_and_weights()
LogNormalLifetime.init_t
LogNormalLifetime.set_prms()
LogNormalLifetime.pdf
LogNormalLifetime.prms
LogNormalLifetime.sf
LogNormalLifetime.shape
WeibullLifetime
WeibullLifetime.dims
WeibullLifetime.inflow_at
WeibullLifetime.n_pts_per_interval
WeibullLifetime.time_letter
WeibullLifetime.weibull_scale
WeibullLifetime.weibull_shape
WeibullLifetime.cast_any_to_np_array()
WeibullLifetime.cast_prms
WeibullLifetime.check_inflow_at
WeibullLifetime.compute_outflow_pdf()
WeibullLifetime.compute_survival_factor()
WeibullLifetime.get_quad_points_and_weights()
WeibullLifetime.init_t
WeibullLifetime.set_prms()
WeibullLifetime.pdf
WeibullLifetime.prms
WeibullLifetime.sf
WeibullLifetime.shape
Process
Process.id
Process.name
Process.check_id0
PlotlyArrayPlotter
PlotlyArrayPlotter.array
PlotlyArrayPlotter.chart_type
PlotlyArrayPlotter.color_map
PlotlyArrayPlotter.display_names
PlotlyArrayPlotter.fig
PlotlyArrayPlotter.intra_line_dim
PlotlyArrayPlotter.line_label
PlotlyArrayPlotter.line_type
PlotlyArrayPlotter.linecolor_dim
PlotlyArrayPlotter.subplot_dim
PlotlyArrayPlotter.suppress_legend
PlotlyArrayPlotter.title
PlotlyArrayPlotter.x_array
PlotlyArrayPlotter.xlabel
PlotlyArrayPlotter.ylabel
PlotlyArrayPlotter.add_line()
PlotlyArrayPlotter.check_chart_type
PlotlyArrayPlotter.check_colors
PlotlyArrayPlotter.check_dims
PlotlyArrayPlotter.check_line_type
PlotlyArrayPlotter.col()
PlotlyArrayPlotter.display_name()
PlotlyArrayPlotter.get_fig()
PlotlyArrayPlotter.plot()
PlotlyArrayPlotter.plot_legend()
PlotlyArrayPlotter.row()
PlotlyArrayPlotter.save()
PlotlyArrayPlotter.set_subplot_title()
PlotlyArrayPlotter.set_title()
PlotlyArrayPlotter.set_xlabel()
PlotlyArrayPlotter.set_ylabel()
PlotlyArrayPlotter.show()
PyplotArrayPlotter
PyplotArrayPlotter.array
PyplotArrayPlotter.chart_type
PyplotArrayPlotter.color_map
PyplotArrayPlotter.display_names
PyplotArrayPlotter.fig
PyplotArrayPlotter.intra_line_dim
PyplotArrayPlotter.line_label
PyplotArrayPlotter.line_type
PyplotArrayPlotter.linecolor_dim
PyplotArrayPlotter.subplot_dim
PyplotArrayPlotter.suppress_legend
PyplotArrayPlotter.title
PyplotArrayPlotter.x_array
PyplotArrayPlotter.xlabel
PyplotArrayPlotter.ylabel
PyplotArrayPlotter.add_line()
PyplotArrayPlotter.check_chart_type
PyplotArrayPlotter.check_colors
PyplotArrayPlotter.check_dims
PyplotArrayPlotter.check_line_type
PyplotArrayPlotter.display_name()
PyplotArrayPlotter.get_fig()
PyplotArrayPlotter.plot()
PyplotArrayPlotter.plot_legend()
PyplotArrayPlotter.save()
PyplotArrayPlotter.set_subplot_title()
PyplotArrayPlotter.set_title()
PyplotArrayPlotter.set_xlabel()
PyplotArrayPlotter.set_ylabel()
PyplotArrayPlotter.show()
PyplotArrayPlotter.ax
PlotlySankeyPlotter
PlotlySankeyPlotter.display_names
PlotlySankeyPlotter.exclude_flows
PlotlySankeyPlotter.exclude_processes
PlotlySankeyPlotter.flow_color_dict
PlotlySankeyPlotter.mfa
PlotlySankeyPlotter.node_color_dict
PlotlySankeyPlotter.slice_dict
PlotlySankeyPlotter.check_dims
PlotlySankeyPlotter.check_excluded
PlotlySankeyPlotter.check_flow_colors
PlotlySankeyPlotter.check_node_colors
PlotlySankeyPlotter.display_name()
PlotlySankeyPlotter.plot()
PlotlySankeyPlotter.excluded_process_ids
PlotlySankeyPlotter.ids_in_sankey
PlotlySankeyPlotter.shown_flows
PlotlySankeyPlotter.shown_processes
export_mfa_flows_to_csv()
export_mfa_stocks_to_csv()
export_mfa_to_pickle()
convert_to_dict()
Please activate JavaScript to enable the search functionality.