-
FlexPro
- Auf einen Blick
- Features & Optionen
- Einsatzgebiete
- Alle Vorteile
- Neu in FlexPro 2021
- FlexPro gratis testen
- FlexPro View OEM Freeware
- Kaufberatung
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produkte
- News
- Support
- Unternehmen
- Jobs
- Kontakt
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
Weibull parameter estimation
- Dieses Thema hat 6 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 18 Jahren, 6 Monaten von norbert.bakkers@lr.org aktualisiert.
-
AutorBeiträge
-
Mai 12, 2006 um 11:45 pm Uhr #12651norbert.bakkers@lr.orgTeilnehmer
Is it possible to estimate the Weibull shape, scale and location parameters of a measured dataset using the Inductive Statistics Option?
If this is possible, what parameter estimation approach is used? (Rank regression on x or Y, maximum likelihood estimation,…)Mai 12, 2006 um 11:45 pm Uhr #8314norbert.bakkers@lr.orgTeilnehmerIs it possible to estimate the Weibull shape, scale and location parameters of a measured dataset using the Inductive Statistics Option?
If this is possible, what parameter estimation approach is used? (Rank regression on x or Y, maximum likelihood estimation,…)Mai 13, 2006 um 1:21 am Uhr #9053Bernhard KantzTeilnehmerIt’s not possible to estimate the parameters of a Weibull distribution using the Inductive Statistics option. With this option you can calculate the Weibull distribution or density function using the Distribution Analysis Object.
But you could use the Non-Linear Curve Fit Analysis Object to estimate the parameters. Here it’s possible to create your own user-defined function (Example: Weibul density function):
Dim a = p[0]
Dim b = p[1]
a * b *x^(b-1)*E^(-a*x^b)
With the analysis object you can estimate the parameters a and b.
The algorithm is is based on the Newton method of least squares.Januar 22, 2007 um 11:31 pm Uhr #9054norbert.bakkers@lr.orgTeilnehmerCould you please give a full example how I should implement this in a formula?
I assume the ‘Approximation’ tool should be used. The problem I have is that ‘Approximation’ only allows the selection of a number of set initial functions but does not allow me to use the exact weibull distribution. How should I continue?Januar 23, 2007 um 2:02 am Uhr #9055Bernhard KantzTeilnehmerYou have to use the Non-Linear Curve Fitting Analysis Object instead of the Approximation function because the Weibull function is a non-linear function.
With the Non-Linear Curve Fitting analysis object, you can converge a model function dependent on an independent variable and several parameters toward a given data set. A number of pre-defined model functions are available to do this. Alternatively, you can define particular models.E.g. you can use the predefined Weibull model (variante 1). Certain parameters of the selected model can be declared as fixed.
See also
Non-Linear Curve Fitting Analysis Object
Non-Linear Curve Fitting Tutorial
NonLinCurveFit functionJanuar 24, 2007 um 7:29 pm Uhr #9056norbert.bakkers@lr.orgTeilnehmerI currently use Flexpro 6 with the count option. As I cannot find the nonlinear function, I assume either Flexpro 7 or another option is required. What do I need for the nonlinear function?
Januar 24, 2007 um 7:45 pm Uhr #9057Bernhard KantzTeilnehmerThe non-linear curve fitting object is available in FlexPro 7. For this feature no additional option is necessary.
-
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.