I'm a beginner in statistics, so I'm not sure if this has been asked before. I've looked, but I couldn't find an answer.
So I'm trying to use Bayes' theorem to build a probability distribution describing the probability of an asset to fail in X years. For example, I would ask "what is the probability that my asset fails in 30 years" and I would want the PDF to give me back a number.
The reason I'd like to use a Beta distribution is because I understand it, there is a lot of information available about it, and by changing the parameters I can get any shape that I wish (to set up the prior). But studying up on it, it seems that input random variable X is usually itself a probability between the values of [0, 1]. Of course, it is not too difficult to scale X to give a range between [0, 100] for example via just multiplying X by a scaling factor and dividing the output pdf Y by that same scaling factor.
My question is: "Is using the beta distribution for lifetime prediction an accepted practice?"