Replies: 1 comment 1 reply
-
|
Hi Ian. Yes, you can access the whole data set which is used for plotting. The data is being stored in the attributes of your object. Let me show you an example: We got this data and our object is called "prototype_a" After initiliazing your object, you can access its attributes. To show every possible attribute just run this: This should return a big dictionary including all attributes that you can access: To get the needed data for plotting, you need the Weibull parameters: If you use bias-corrections, you need to use the bias-corrected attributes. E.g. for The lower and upper confidence bounds: The corresponding percentile of each bounds value is shown in There is no attribute for the Weibull line though. Since your Weibull function is defined by the estimated beta and eta values, you can just calculate them by using the generic Weibull function in your own code. For instance: Best regards |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for the awesome library! I'm looking to use the mle analysis to process the data, however, instead of plotting it through PlotAll I would like to use other visualization tools like Excel or PowerBI to chart the data.
Is it possible to access this raw dataset after Analysis? My code looks something like this
I appreciate any and all help. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions