
Explore probability density functions (pdfs) to model component failures for Monte Carlo simulations, including Gaussian (normal) pdf, exponential pdf with memoryless property, Weibull, and uniform pdf.
Generate exponential random samples with a mean around 900 using the inverse cumulative probability function in Matlab, building a micro monte carlo approach to estimate revenue losses in ram analysis.
Demonstrate practical use of standard deviation, standard error of the mean, and confidence intervals with a custom function on a 100,000-sample exponential data set, yielding a 95% interval around 897–908.
Simulate an individual component's on and off behavior over 8760 hours using Monte Carlo and Matlab, generating random on/off intervals and summing to the total mission time.
Use built-in matlab functions to simulate series and parallel configurations, load series_status.mat and parallel_status.mat, and plot the resulting system status for both scenarios.
Build and test an adjacency matrix from an input file to map generation and load nodes in a power system, then derive RBD failure modes via path and combination analysis.
Demonstrate Monte Carlo reliability analysis of a parallel power system by implementing the Weibull and exponential pdfs, modeling repair times, and computing reliability and availability from a reliability block diagram.
This lecture explains why Monte Carlo methods are needed for power system analysis, citing ram limits and massive combination counts that exceed traditional computation.
Analyze a MATLAB function for RAM analysis that calculates LOLE and LOLP for generator on/off configurations using available capacity, load, and loss of load probability.
Develop a MATLAB based Monte Carlo tool to compute LOLP and LOLE for power systems, using generator on/off simulations, available capacity and load, and confidence intervals.
Explore how LOLE and LOLP vary with target load using a Monte Carlo MATLAB calculator, simulating loads from zero to available capacity and estimating confidence intervals for Lola and Lolb.
Wrap up this course by reviewing Monte Carlo simulations, calculating the mean and confidence intervals, and interpreting reliability and availability indexes for transmission and generation, including loss of load probabilities.
Celebrate finishing the final class of the course. Check out other courses and take care.
Learn to build professional MATLAB graphic user interfaces and standalone applications with interactive buttons, scrolls, and windows, letting end users run apps without MATLAB.
Reliability centered maintenance has become a common practice on maintenance departments over all kinds of fields, from pretoleum fields to power system, passing through naval and aeronautical industry. Reliability centered maintenance allows for a cost effective maintenance policy that is focused on a system's different modes of failure and consecuences.
Most of the times, the failures of a system are fundamentaly random in their behaviour, thus, having a tool capable of simulating this random behaviour thousands or even millions of times in order to get a statistical trend is extemely valuable so that we can plan maintenance policies that tackle the most likely failing modes and the most catastrophic ones.
Monte Carlo methods is an umbrella terms that covers all the studies that rely on many similations of random systems in order to get their most likely behaviour over the span of several tries.
I had the opportunity to work this specific topic on my undergraduate thesis ''RAM analysis of electrical power system on the operational context using sequential Monte Carlo'' back in 2016 and got awarded with honors upon my disertation. I'll thrive myself to pour everything I learned into this course. I'm looking forward for your questions and feedback!