WOLFRAM

DistributionParameterQ
DistributionParameterQ

yields True if dist is a valid distribution, and yields False otherwise.

Details

  • DistributionParameterQ checks that numeric parameters meet parameter assumptions for the input distribution dist and assumes symbolic parameters are valid.
  • DistributionParameterQ issues a message when it encounters an invalid parameter.

Examples

open allclose all

Basic Examples  (1)Summary of the most common use cases

Check a normal distribution with valid parameters:

Out[1]=1

A normal distribution with invalid standard deviation:

Out[2]=2

Scope  (3)Survey of the scope of standard use cases

Test distributions with combinations of numeric and symbolic parameters:

Out[1]=1
Out[2]=2

Check valid univariate and multivariate discrete and continuous distributions:

Out[2]=2

Check invalid distributions:

Out[4]=4

Test a constructed distribution:

Out[2]=2

A data distribution:

Out[4]=4

Applications  (1)Sample problems that can be solved with this function

Define a function for valid distributions:

The function evaluates on a distribution:

Out[3]=3

It returns unevaluated for other inputs:

Out[4]=4

Properties & Relations  (1)Properties of the function, and connections to other functions

DistributionParameterQ assumes symbolic parameters are valid:

Out[1]=1

DistributionParameterAssumptions returns conditions on parameters:

Out[1]=1

With numeric parameters, the outputs are equivalent:

Out[3]=3
Out[4]=4
Wolfram Research (2010), DistributionParameterQ, Wolfram Language function, https://reference.wolfram.com/language/ref/DistributionParameterQ.html.
Wolfram Research (2010), DistributionParameterQ, Wolfram Language function, https://reference.wolfram.com/language/ref/DistributionParameterQ.html.

Text

Wolfram Research (2010), DistributionParameterQ, Wolfram Language function, https://reference.wolfram.com/language/ref/DistributionParameterQ.html.

Wolfram Research (2010), DistributionParameterQ, Wolfram Language function, https://reference.wolfram.com/language/ref/DistributionParameterQ.html.

CMS

Wolfram Language. 2010. "DistributionParameterQ." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/DistributionParameterQ.html.

Wolfram Language. 2010. "DistributionParameterQ." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/DistributionParameterQ.html.

APA

Wolfram Language. (2010). DistributionParameterQ. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/DistributionParameterQ.html

Wolfram Language. (2010). DistributionParameterQ. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/DistributionParameterQ.html

BibTeX

@misc{reference.wolfram_2025_distributionparameterq, author="Wolfram Research", title="{DistributionParameterQ}", year="2010", howpublished="\url{https://reference.wolfram.com/language/ref/DistributionParameterQ.html}", note=[Accessed: 02-June-2025 ]}

@misc{reference.wolfram_2025_distributionparameterq, author="Wolfram Research", title="{DistributionParameterQ}", year="2010", howpublished="\url{https://reference.wolfram.com/language/ref/DistributionParameterQ.html}", note=[Accessed: 02-June-2025 ]}

BibLaTeX

@online{reference.wolfram_2025_distributionparameterq, organization={Wolfram Research}, title={DistributionParameterQ}, year={2010}, url={https://reference.wolfram.com/language/ref/DistributionParameterQ.html}, note=[Accessed: 02-June-2025 ]}

@online{reference.wolfram_2025_distributionparameterq, organization={Wolfram Research}, title={DistributionParameterQ}, year={2010}, url={https://reference.wolfram.com/language/ref/DistributionParameterQ.html}, note=[Accessed: 02-June-2025 ]}