Filter löschen
Filter löschen

Availability PDF

2 Ansichten (letzte 30 Tage)
Pedro Cavaco
Pedro Cavaco am 11 Mai 2011
Hi Everybody,
I am trying to find a probability distribution function (PDF) which can represent the availability of a certain component.
I get this availability data from my model. The model does a Monte-Carlo simulation and because I am using a random process to simulate failures on this component, I get an availability value from each run of the simulation.
Plotting the availability as a PDF makes possible to evaluate the confidence intervals of the output of my model.
The problem is that there's no such thing as availability greater than 100% or smaller than 0% and the distribution should take this into consideration.
I tried using the interactive tool called DFITTOOL to find a good fit, but non of them fulfill the rule previous described.
In the x-axis I want to show the availability values (0-100%) and on the y-axis, the probability of having a certain Availability. (The maximum of the distribution should be the mean Availability vector)
Any ideas are welcome!
Cheers,
Pedro Cavaco
  3 Kommentare
Pedro Cavaco
Pedro Cavaco am 11 Mai 2011
Yes I do.
I am using Matlab v7.3.0
Andrew Newell
Andrew Newell am 11 Mai 2011
Sorry, I didn't read your question closely enough.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Andrew Newell
Andrew Newell am 11 Mai 2011
A PDF doesn't have to be restricted to 100% (or 1, as I usually think of it) - as long as the integral of the PDF is 1, it's o.k. You may be thinking of a CDF, which should increase steadily from 0 to 1. So I'd go back to dfittool and fit the data to a CDF.
  1 Kommentar
Pedro Cavaco
Pedro Cavaco am 11 Mai 2011
A simple Histogram will do it.
Thank you for the hint, it did help!

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by