DAXTrig&Statistics Flashcards
ACOS([CosineValue])
Calculates the arccosine (inverse cosine) of ‘CosineValue’ and returns the angle in radians.
ACOSH([HypCosineValue])
Calculates the inverse hyperbolic cosine of ‘HypCosineValue’ and returns the result.
ACOT([CotangentValue])
Calculates the arccotangent (inverse cotangent) of ‘CotangentValue’ and returns the angle in radians.
ACOTH([HypCotangentValue])
Calculates the inverse hyperbolic cotangent of ‘HypCotangentValue’ and returns the result.
ASIN([SineValue])
Calculates the arcsine (inverse sine) of ‘SineValue’ and returns the angle in radians.
ASINH([HypSineValue])
Calculates the inverse hyperbolic sine of ‘HypSineValue’ and returns the result.
ATAN([TangentValue])
Calculates the arctangent (inverse tangent) of ‘TangentValue’ and returns the angle in radians.
ATANH([HypTangentValue])
Calculates the inverse hyperbolic tangent of ‘HypTangentValue’ and returns the result.
COS([Angle])
Calculates the cosine of ‘Angle’ where ‘Angle’ is in radians.
COSH([HypAngle])
Calculates the hyperbolic cosine of ‘HypAngle’.
COT([Tangent])
Calculates the cotangent of ‘Tangent’.
COTH([HypTangent])
Calculates the hyperbolic cotangent of ‘HypTangent’.
SIN([Angle])
Returns the sine of the given ‘Angle’ in radians.
SINH([Number])
Returns the hyperbolic sine of ‘Number’.
TAN([Angle])
Returns the tangent of the given ‘Angle’ in radians.
TANH([Number])
Returns the hyperbolic tangent of ‘Number’.
BETA.DIST(0.2, 2, 3, TRUE)
Returns the probability density function or the cumulative distribution function for the beta distribution.
BETA.INV(0.3, 2, 3, 4)
Calculates the inverse of the cumulative beta probability distribution.
CHISQ.DIST(2, 3, TRUE)
Returns the chi-squared probability density function.
CHISQ.DIST.RT(2, 3)
Returns the right-tailed chi-squared distribution.
CHISQ.INV(0.05, 4)
Returns the inverse of the chi-squared cumulative distribution.