outageProbTable(GEN​ERATOR_CAPACITIES, GENERATOR_OUTAGE)

Function returns a Capacity Outage Probability Table, useful for power system reliability modeling.
1.3K Downloads
Updated 22 Dec 2014

View License

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 (2024). outageProbTable(GENERATOR_CAPACITIES, GENERATOR_OUTAGE) (https://www.mathworks.com/matlabcentral/fileexchange/37823-outageprobtable-generator_capacities-generator_outage), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Modeling in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.2.0.0

Updated to remove C-style autoincrements.

1.1.0.0

Clarified the function description

1.0.0.0