Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
Statistics[Support] - compute the support set of a random variable
Calling Sequence
Support(X, t, opts)
Support(X, opts)
Parameters
X
-
algebraic; random variable or distribution
t
algebraic; any expression
opts
(optional) equation of the form output = form, specifying what form the output should have
Description
Given a random variable X with probability density function , the Support function will find a set A of real numbers such that for all not in A. This set can be used to estimate the size of the support of X.
There are three forms of output that Support can return.
If called with the option, then Support returns a property that points in the set A have, typically of the form RealRange(a, b). Note that only numeric ranges can be represented in this way.
If called with the option, then Support returns a boolean expression expressing that t is in A, typically of the form .
If called with the option, then Support returns a range describing A, of the form .
If called without an option, then the default is the format if t is not given and format if t is given.
The first parameter can be a distribution (see Statistics[Distribution]), a random variable, or an algebraic expression involving random variables (see Statistics[RandomVariable]).
The second parameter can be any algebraic expression. It is a necessary argument for and ignored otherwise.
Compatibility
The output option was introduced in Maple 16.
For more information on Maple 16 changes, see Updates in Maple 16.
Examples
Compute the support of the normal distribution.
Try another distribution.
See Also
Statistics, Statistics[Computation], Statistics[Distributions], Statistics[RandomVariables], Statistics[Range]
References
Stuart, Alan, and Ord, Keith. Kendall's Advanced Theory of Statistics. 6th ed. London: Edward Arnold, 1998. Vol. 1: Distribution Theory.
Download Help Document