Questions tagged [weibull]

The Weibull distribution is a probability distribution with applications in survival analysis, reliability engineering, failure analysis, industrial engineering, extreme value theory, weather forecasting, forestry, and more.

References

Wikipedia article


Tag usage

Questions on should be about implementation and programming problems, not about the statistical or theoretical properties of the technique.
Consider whether your question might be better suited to Cross Validated, the StackExchange site for statistics, machine learning and data analysis.

273 questions
-2
votes
2 answers

Cross-validation R packages for survival analysis?

Are there any cross-validation packages in R that work with survival models, like a weibull model?
user7340
  • 256
  • 1
  • 10
-3
votes
1 answer

How do I make a loss function for a Weibull Distribution model?

I want to make a model using TensorFlow which will return the 2 characteristics of a Weibull distribution. In order to make it I need to create a loss function which fits the Weibull Distribution. I found online how to make Negative log likelihood…
-3
votes
1 answer

How to generate the Weibull's parameters k and c in Matlab?

Can anyone explain to me how to generate the Weibull distribution parameters k and c, in Matlab? I have a file of 8000 data of wind speed, and I'd like to do the following: Generate the Weibull's k and c parameters of those. Plot the probability…
Zay
  • 115
  • 2
  • 6
1 2 3
18
19