다음을 통해 공유


WorksheetFunction.Weibull_Dist Method (Excel)

Returns the Weibull distribution. Use this distribution in reliability analysis, such as calculating the mean time to failure for a device.

Version Information

추가된 버전: Excel 2010

Syntax

.Weibull_Dist(Arg1, Arg2, Arg3, Arg4)

A variable that represents a WorksheetFunction object.

Parameters

Name

Required/Optional

Data Type

Description

Arg1

필수

Double

X - The value at which to evaluate the function.

Arg2

필수

Double

Alpha - A parameter to the distribution.

Arg3

필수

Double

Beta - A parameter to the distribution.

Arg4

필수

Boolean

Cumulative - Determines the form of the function.

Return Value

Double

Remarks

  • If x, alpha, or beta is non-numeric, WEIBULL_DIST returns the #VALUE! error value.

  • If x < 0, WEIBULL_DIST returns the #NUM! error value.

  • If alpha ≤ 0 or if beta ≤ 0, WEIBULL_DIST returns the #NUM! error value.

  • The equation for the Weibull cumulative distribution function is: Ff194450.awfweib1_ZA06051261(ko-kr,office.14).gif

  • The equation for the Weibull probability density function is: Ff194450.awfweib2_ZA06051262(ko-kr,office.14).gif

  • When alpha = 1, WEIBULL_DIST returns the exponential distribution with: Ff194450.awfweib3_ZA06051263(ko-kr,office.14).gif

참고 항목

개념

WorksheetFunction Object

WorksheetFunction Object Members