outageProbTable(GENERATOR_CAPACITIES, GENERATOR_OUTAGE)
Function returns a Capacity Outage Probability Table, useful for power system reliability modeling.
This function improves upon another Mathworks Community upload through better performance and code readability.
Input Description:
- GENERATOR_CAPACITIES vector with capacity of each generator
- GENERATOR_OUTAGE the corresponding Forced Outage Rate (EFORd) for each generator
Output Description:
- Returns the capacity outage probability table (COPT): [System Capacity Available, State Probabilities]
Notes:
Computational efficiency is achieved by combining states that sum to the same system capacity. The script automatically rounds all generators to 2 decimal points; however, further rounding will achieve greater performance.
Programmed by Ryan A. Jones & Andrew DeBenedictis
Contact - Ryan.Jones@ethree.com
Energy and Environmental Economics, Inc.
http://www.ethree.com/
Cite As
Ryan Jones (2026). outageProbTable(GENERATOR_CAPACITIES, GENERATOR_OUTAGE) (https://se.mathworks.com/matlabcentral/fileexchange/37823-outageprobtable-generator_capacities-generator_outage), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxTags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
