weibull Questions

1

I'm new to using pymc3, I've read Bayesian Methods for Hackers and done my best to work through existing survival analysis tutorials in pymc3. However, I don't understand how to write/interpret the...
Insatiable asked 24/10, 2021 at 21:29

1

I'm trying to build a survival model in JAGS that allows for time-varying covariates. I'd like it to be a parametric model — for example, assuming survival follows the Weibull distribution (but I'd...
Voight asked 20/4, 2016 at 4:8

8

Solved

I am trying to recreate maximum likelihood distribution fitting, I can already do this in Matlab and R, but now I want to use scipy. In particular, I would like to estimate the Weibull distribution...
Manouch asked 5/7, 2013 at 5:29

5

I’m trying to fit and plot a Weibull model to a survival data. The data has just one covariate, cohort, which runs from 2006 to 2010. So, any ideas on what to add to the two lines of code that foll...
Curbstone asked 5/2, 2012 at 18:2

2

Solved

I have been doing some data analysis in R and I am trying to figure out how to fit my data to a 3 parameter Weibull distribution. I found how to do it with a 2 parameter Weibull but have come up sh...
Impostor asked 5/8, 2012 at 16:1

2

Solved

I was wondering how to generate a random weibull distribution with 2-parameter (lambda, k) in python. I know that numpy has a numpy.random.weibull, but it only accepts the a parameter as the shape ...
Munroe asked 21/8, 2018 at 21:30

1

I need to estimate the shape and scale parameters of a Weibull distribution from a sample data using MLE. I checked the WeibullDistribution class of Apache commons Math but it doesn't have such fun...
Statfarad asked 12/12, 2017 at 18:50

0

I have a data which is the interval days of customers purchasing products. I try to estimate the shape and scale params by scipy.stat.weibull_min But, the parameters returned from the fit functio...
Rexford asked 17/5, 2017 at 10:59

1

I have a dataset that I would like to fit to a known probability distribution. The intention is to use the fitted PDF in a data generator - such that I can sample data from the known (fitted) PDF. ...
Ketose asked 15/10, 2015 at 21:20

1

Solved

I would like to identify the Weibull parameters (i.e. the shape and scale) of my data. 0.022988506 0.114942529 0.218390805 0.114942529 0.149425287 0.114942529 0.068965517 0.068965517 0.034482759...
Emmeram asked 11/10, 2015 at 22:18

3

Solved

I have frequency values changing with the time (x axis units), as presented on the picture below. After some normalization these values may be seen as data points of a density function for some dis...
Boothe asked 14/3, 2015 at 21:12

1

I am building an R package to display Weibull plots (using graphics::plot) in R. The plot has a log-transformed x-axis and a Weibull-transformed y-axis (for lack of a better description). The two-p...
Thapsus asked 8/4, 2013 at 12:29

1

Solved

I would like to estimate power of the following problem. I am interested in comparing two groups that both follow Weibull distribution. So, group A has two parameters (shape par = a1,scale par = b1...
Professionalize asked 26/12, 2013 at 14:8

1

Here is my data: https://www.dropbox.com/s/xx02015pbr484es/Book2.xlsx This is my output: And this is the desired output: As you can see,I want "the data" and the "Weibull distribution" ...
Russian asked 24/11, 2013 at 4:22

1

Solved

Suppose I have an array: adata=array([0.5, 1.,2.,3.,6.,10.]) and I want to calculate log likelihood of Weibull distribution of this array, given the parameters [5.,1.5] and [5.1,1.6]. I have never ...
Exothermic asked 25/8, 2013 at 17:20

3

Solved

I am trying to model some data that follows a sigmoid curve relationship. In my field of work (psychophysics), a Weibull function is usually used to model such relationships, rather than probit. I...
Jarrod asked 8/2, 2013 at 11:57

2

Solved

I have the following survreg model: Call: survreg(formula = Surv(time = (ev.time), event = ev) ~ age, data = my.data, dist = "weib") Value Std. Error z p (Intercept) 4.0961 0.5566 7.36 1.86e-1...
Optimize asked 26/4, 2013 at 12:51

2

Solved

I am trying to generate an inverse Weibull distribution using parameters estimated from survreg in R. By this I mean I would like to, for a given probability (which will be a random number in a sma...
Katricekatrina asked 2/2, 2012 at 14:18
1

© 2022 - 2024 — McMap. All rights reserved.