Qurak

Use a Gompertz distribution as a lifetime model

Esempio 2 passi, eseguiti in ordine in una sola sessione. Ogni passo è stato eseguito sul motore e l'output qui sotto è ciò che ha prodotto.

Passo 1
r = SurvivalFunction[GompertzMakehamDistribution[λ, ξ], t];
rs = r r;
rp = 1 - (1 - r) (1 - r);

Nessun output - questo passo prepara qualcosa per il successivo.

Passo 2
Block[{λ = 2, ξ = .3},
	Plot[{rs, rp}, {t, 0, 2}, PlotStyle -> Thick, ImageSize -> 400, BaseStyle -> {FontFamily -> "Helvetica"}, PlotLabel -> "Reliability in series and in parallel", Epilog -> {Inset[Framed[Style["in parallel", 12], Background -> LightYellow], {0.7, 0.6}, {Left, Bottom}], Inset[Framed[Style["in series", 12], Background -> LightYellow], {0.6, 0.3}, {Right, Top}]}]]
Output
-Graphics-

Funzioni usate

Ricette correlate

Tutte le ricette · Guida delle funzioni · Usa questo da un client MCP