Ë
    7^(ho6  ã                   ó`  — d dl mZ d dlmZ d dlmZ d dlmZ d dlm	Z	 d dl
mZmZ d dlmZ d dlmZ d d	lmZ d d
lmZ ddlmZmZmZmZmZmZmZmZmZmZm Z m!Z!m"Z"m#Z#m$Z$m%Z%m&Z&m'Z'm(Z( g d¢Z)dddœd„Z*dd„Z+dd„Z,e,Z-dd„Z.dd„Z/dd„Z0dddœd„Z1dd„Z2dd„Z3dd„Z4dd„Z5d d„Z6dd„Z7eZ8eZ9e.Z:y)!é    )Ú	FiniteSet)ÚRational)ÚEq)ÚDummy)ÚFallingFactorial)ÚexpÚlog)Úsqrt)Úpiecewise_fold)ÚIntegral)Úsolveseté   )ÚprobabilityÚexpectationÚdensityÚwhereÚgivenÚpspaceÚcdfÚPSpaceÚcharacteristic_functionÚsampleÚsample_iterÚrandom_symbolsÚindependentÚ	dependentÚsampling_densityÚmoment_generating_functionÚquantileÚ	is_randomÚsample_stochastic_process)ÚPÚEÚHr   r   r   r   r   r   r   r   ÚvarianceÚstdÚskewnessÚkurtosisÚ
covariancer   ÚentropyÚmedianr   r   ÚcorrelationÚfactorial_momentÚmomentÚcmomentr   r   Úsmomentr   r!   NT)Úevaluatec                ó€   — ddl m} |r || |||«      j                  «       S  || |||«      j                  t        «      S )a[  
    Return the nth moment of a random expression about c.

    .. math::
        moment(X, c, n) = E((X-c)^{n})

    Default value of c is 0.

    Examples
    ========

    >>> from sympy.stats import Die, moment, E
    >>> X = Die('X', 6)
    >>> moment(X, 1, 6)
    -5/2
    >>> moment(X, 2)
    91/6
    >>> moment(X, 1) == E(X)
    True
    r   )ÚMoment)Ú sympy.stats.symbolic_probabilityr3   ÚdoitÚrewriter   )ÚXÚnÚcÚ	conditionr1   Úkwargsr3   s          úV/var/www/skyplay_api_hub/venv/lib/python3.12/site-packages/sympy/stats/rv_interface.pyr.   r.      s@   € õ* 8ÙÙ�a˜˜A˜yÓ)×.Ñ.Ó0Ð0Ù�!�Q˜˜9Ó%×-Ñ-¬hÓ7Ð7ó    c                 ó~   — t        | «      r%t        | «      t        «       k(  rddlm}  || |«      S t        | d|fi |¤ŽS )a�  
    Variance of a random expression.

    .. math::
        variance(X) = E((X-E(X))^{2})

    Examples
    ========

    >>> from sympy.stats import Die, Bernoulli, variance
    >>> from sympy import simplify, Symbol

    >>> X = Die('X', 6)
    >>> p = Symbol('p')
    >>> B = Bernoulli('B', p, 1, 0)

    >>> variance(2*X)
    35/3

    >>> simplify(variance(B))
    p*(1 - p)
    r   )ÚVarianceé   )r    r   r   r4   r?   r/   )r7   r:   r;   r?   s       r<   r%   r%   5   s<   € ô. �„|œ˜q›	¤V£XÒ-Ý=Ù˜˜9Ó%Ð%ä�1�a˜Ñ- fÑ-Ð-r=   c                 ó.   — t        t        | |fi |¤Ž«      S )aK  
    Standard Deviation of a random expression

    .. math::
        std(X) = \sqrt(E((X-E(X))^{2}))

    Examples
    ========

    >>> from sympy.stats import Bernoulli, std
    >>> from sympy import Symbol, simplify

    >>> p = Symbol('p')
    >>> B = Bernoulli('B', p, 1, 0)

    >>> simplify(std(B))
    sqrt(p*(1 - p))
    )r
   r%   ©r7   r:   r;   s      r<   Ústandard_deviationrC   S   s   € ô& ”˜˜IÑ0¨Ñ0Ó1Ð1r=   c                 óð   ‡— t        | |fi |¤Ž}|j                  dt        d«      «      Št        |t        «      r"t        ˆfd„|j                  «       D «       «      S t        t         || «      ‰«       «      S )am  
    Calculates entropy of a probability distribution.

    Parameters
    ==========

    expression : the random expression whose entropy is to be calculated
    condition : optional, to specify conditions on random expression
    b: base of the logarithm, optional
       By default, it is taken as Euler's number

    Returns
    =======

    result : Entropy of the expression, a constant

    Examples
    ========

    >>> from sympy.stats import Normal, Die, entropy
    >>> X = Normal('X', 0, 1)
    >>> entropy(X)
    log(2)/2 + 1/2 + log(pi)/2

    >>> D = Die('D', 4)
    >>> entropy(D)
    log(4)

    References
    ==========

    .. [1] https://en.wikipedia.org/wiki/Entropy_%28information_theory%29
    .. [2] https://www.crmarsh.com/static/pdf/Charles_Marsh_Continuous_Entropy.pdf
    .. [3] https://kconrad.math.uconn.edu/blurbs/analysis/entropypost.pdf
    Úbr   c              3   ó>   •K  — | ]  }| t        |‰«      z  –— Œ y ­w©N)r	   )Ú.0ÚprobÚbases     €r<   ú	<genexpr>zentropy.<locals>.<genexpr>�   s   øè ø€ ÒF°˜�uœS  t›_Õ,ÑFùs   ƒ)	r   Úgetr   Ú
isinstanceÚdictÚsumÚvaluesr   r	   )Úexprr:   r;   ÚpdfrJ   s       @r<   r*   r*   i   se   ø€ ôH �$˜	Ñ
, VÑ
,€CØ�:‰:�cœ3˜q›6Ó"€DÜ�#”tÔÜÓF¸¿¹»ÔFÓFÐFÜœ™C ›I tÓ,Ð,Ó-Ð-r=   c           	      óþ   — t        | «      rt        | «      t        «       k(  s!t        |«      r&t        |«      t        «       k(  rddlm}  || ||«      S t        | t        | |fi |¤Žz
  |t        ||fi |¤Žz
  z  |fi |¤ŽS )aE  
    Covariance of two random expressions.

    Explanation
    ===========

    The expectation that the two variables will rise and fall together

    .. math::
        covariance(X,Y) = E((X-E(X)) (Y-E(Y)))

    Examples
    ========

    >>> from sympy.stats import Exponential, covariance
    >>> from sympy import Symbol

    >>> rate = Symbol('lambda', positive=True, real=True)
    >>> X = Exponential('X', rate)
    >>> Y = Exponential('Y', rate)

    >>> covariance(X, X)
    lambda**(-2)
    >>> covariance(X, Y)
    0
    >>> covariance(X, Y + rate*X)
    1/lambda
    r   )Ú
Covariance)r    r   r   r4   rT   r   )r7   ÚYr:   r;   rT   s        r<   r)   r)   “   s†   € ô: 	�!Œœ ›¤f£hÒ.´I¸a´LÄVÈAÃYÔRXÓRZÒEZÝ?Ù˜!˜Q 	Ó*Ð*äØ	
Œ[˜˜IÑ0¨Ñ0Ñ	0Ø	
Œ[˜˜IÑ0¨Ñ0Ñ	0ñ	2àñð ñð r=   c                 óV   — t        | ||fi |¤Žt        | |fi |¤Žt        ||fi |¤Žz  z  S )a¹  
    Correlation of two random expressions, also known as correlation
    coefficient or Pearson's correlation.

    Explanation
    ===========

    The normalized expectation that the two variables will rise
    and fall together

    .. math::
        correlation(X,Y) = E((X-E(X))(Y-E(Y)) / (\sigma_x  \sigma_y))

    Examples
    ========

    >>> from sympy.stats import Exponential, correlation
    >>> from sympy import Symbol

    >>> rate = Symbol('lambda', positive=True, real=True)
    >>> X = Exponential('X', rate)
    >>> Y = Exponential('Y', rate)

    >>> correlation(X, X)
    1
    >>> correlation(X, Y)
    0
    >>> correlation(X, Y + rate*X)
    1/sqrt(1 + lambda**(-2))
    )r)   r&   )r7   rU   r:   r;   s       r<   r,   r,   º   sA   € ô> �a˜˜IÑ0¨Ñ0´#°a¸Ñ2MÀfÑ2MÜ
ˆ1ˆiÑ"˜6Ñ"ñ3#ñ $ð $r=   c                ó|   — ddl m} |r || ||«      j                  «       S  || ||«      j                  t        «      S )a\  
    Return the nth central moment of a random expression about its mean.

    .. math::
        cmoment(X, n) = E((X - E(X))^{n})

    Examples
    ========

    >>> from sympy.stats import Die, cmoment, variance
    >>> X = Die('X', 6)
    >>> cmoment(X, 3)
    0
    >>> cmoment(X, 2)
    35/12
    >>> cmoment(X, 2) == variance(X)
    True
    r   )ÚCentralMoment)r4   rX   r5   r6   r   )r7   r8   r:   r1   r;   rX   s         r<   r/   r/   Ý   s<   € õ& ?ÙÙ˜Q  9Ó-×2Ñ2Ó4Ð4Ù˜˜A˜yÓ)×1Ñ1´(Ó;Ð;r=   c                 óJ   — t        | |fi |¤Ž}d|z  |z  t        | ||fi |¤Žz  S )aÜ  
    Return the nth Standardized moment of a random expression.

    .. math::
        smoment(X, n) = E(((X - \mu)/\sigma_X)^{n})

    Examples
    ========

    >>> from sympy.stats import skewness, Exponential, smoment
    >>> from sympy import Symbol
    >>> rate = Symbol('lambda', positive=True, real=True)
    >>> Y = Exponential('Y', rate)
    >>> smoment(Y, 4)
    9
    >>> smoment(Y, 4) == smoment(3*Y, 4)
    True
    >>> smoment(Y, 3) == skewness(Y)
    True
    r   )r&   r/   )r7   r8   r:   r;   Úsigmas        r<   r0   r0   ö   s6   € ô* ��9Ñ' Ñ'€EØˆe‰G�a‰<œ  1 iÑ:°6Ñ:Ñ:Ð:r=   c                 ó    — t        | dfd|i|¤ŽS )aA  
    Measure of the asymmetry of the probability distribution.

    Explanation
    ===========

    Positive skew indicates that most of the values lie to the right of
    the mean.

    .. math::
        skewness(X) = E(((X - E(X))/\sigma_X)^{3})

    Parameters
    ==========

    condition : Expr containing RandomSymbols
            A conditional expression. skewness(X, X>0) is skewness of X given X > 0

    Examples
    ========

    >>> from sympy.stats import skewness, Exponential, Normal
    >>> from sympy import Symbol
    >>> X = Normal('X', 0, 1)
    >>> skewness(X)
    0
    >>> skewness(X, X > 0) # find skewness given X > 0
    (-sqrt(2)/sqrt(pi) + 4*sqrt(2)/pi**(3/2))/(1 - 2/pi)**(3/2)

    >>> rate = Symbol('lambda', positive=True, real=True)
    >>> Y = Exponential('Y', rate)
    >>> skewness(Y)
    2
    é   r:   ©r0   rB   s      r<   r'   r'     s   € ôF �1�aÑ7 9Ð7°Ñ7Ð7r=   c                 ó    — t        | dfd|i|¤ŽS )a  
    Characterizes the tails/outliers of a probability distribution.

    Explanation
    ===========

    Kurtosis of any univariate normal distribution is 3. Kurtosis less than
    3 means that the distribution produces fewer and less extreme outliers
    than the normal distribution.

    .. math::
        kurtosis(X) = E(((X - E(X))/\sigma_X)^{4})

    Parameters
    ==========

    condition : Expr containing RandomSymbols
            A conditional expression. kurtosis(X, X>0) is kurtosis of X given X > 0

    Examples
    ========

    >>> from sympy.stats import kurtosis, Exponential, Normal
    >>> from sympy import Symbol
    >>> X = Normal('X', 0, 1)
    >>> kurtosis(X)
    3
    >>> kurtosis(X, X > 0) # find kurtosis given X > 0
    (-4/pi - 12/pi**2 + 3)/(1 - 2/pi)**2

    >>> rate = Symbol('lamda', positive=True, real=True)
    >>> Y = Exponential('Y', rate)
    >>> kurtosis(Y)
    9

    References
    ==========

    .. [1] https://en.wikipedia.org/wiki/Kurtosis
    .. [2] https://mathworld.wolfram.com/Kurtosis.html
    é   r:   r]   rB   s      r<   r(   r(   3  s   € ôT �1�aÑ7 9Ð7°Ñ7Ð7r=   c                 ó2   — t        t        | |«      fd|i|¤ŽS )aª  
    The factorial moment is a mathematical quantity defined as the expectation
    or average of the falling factorial of a random variable.

    .. math::
        factorial-moment(X, n) = E(X(X - 1)(X - 2)...(X - n + 1))

    Parameters
    ==========

    n: A natural number, n-th factorial moment.

    condition : Expr containing RandomSymbols
            A conditional expression.

    Examples
    ========

    >>> from sympy.stats import factorial_moment, Poisson, Binomial
    >>> from sympy import Symbol, S
    >>> lamda = Symbol('lamda')
    >>> X = Poisson('X', lamda)
    >>> factorial_moment(X, 2)
    lamda**2
    >>> Y = Binomial('Y', 2, S.Half)
    >>> factorial_moment(Y, 2)
    1/2
    >>> factorial_moment(Y, 2, Y > 1) # find factorial moment for Y > 1
    2

    References
    ==========

    .. [1] https://en.wikipedia.org/wiki/Factorial_moment
    .. [2] https://mathworld.wolfram.com/FactorialMoment.html
    r:   )r   r   )r7   r8   r:   r;   s       r<   r-   r-   `  s"   € ôJ Ô'¨¨1Ó-ÑM¸ÐMÀfÑMÐMr=   c           	      óÊ  — t        | «      s| S ddlm} ddlm} ddlm} t        t        | «      |«      r–t        | «      j                  | «      }g } |j                  «       D ]^  \  }}	|	t        dd«      k\  sŒd|	z
  t        | «      j                  t        | |«      «      z   t        dd«      k\  sŒN|j                  |«       Œ` t        |Ž S t        t        | «      ||f«      rct        | «      j                  | «      }t!        d«      }
t#        t%         ||
«      t        dd«      z
  «      |
t        | «      j&                  «      }|S t)        dt+        t        | «      «      z  «      ‚)	aM  
    Calculates the median of the probability distribution.

    Explanation
    ===========

    Mathematically, median of Probability distribution is defined as all those
    values of `m` for which the following condition is satisfied

    .. math::
        P(X\leq m) \geq  \frac{1}{2} \text{ and} \text{ } P(X\geq m)\geq \frac{1}{2}

    Parameters
    ==========

    X: The random expression whose median is to be calculated.

    Returns
    =======

    The FiniteSet or an Interval which contains the median of the
    random expression.

    Examples
    ========

    >>> from sympy.stats import Normal, Die, median
    >>> N = Normal('N', 3, 1)
    >>> median(N)
    {3}
    >>> D = Die('D')
    >>> median(D)
    {3, 4}

    References
    ==========

    .. [1] https://en.wikipedia.org/wiki/Median#Probability_distributions

    r   )ÚContinuousPSpace)ÚDiscretePSpace)ÚFinitePSpacer   r@   Úxz$The median of %s is not implemented.)r    Úsympy.stats.crvrb   Úsympy.stats.drvrc   Úsympy.stats.frvrd   rM   r   Úcompute_cdfÚitemsr   r   r   Úappendr   r   r   r   ÚsetÚNotImplementedErrorÚstr)r7   r1   r;   rb   rc   rd   r   ÚresultÚkeyÚvaluere   s              r<   r+   r+   ‡  s/  € ôR �QŒ<Øˆå0Ý.Ý,ä”&˜“)˜\Ô*Ü�Q‹i×#Ñ# AÓ&ˆØˆØ#˜#Ÿ)™)›+ò 	#‰JˆC�Ø”x  1“~Ó%¨1¨u©9Ü�1‹I×!Ñ!¤" Q¨£*Ó-ñ+.Ü19¸!¸Q³ó+@à—‘˜cÕ"ð	#ô ˜&Ð!Ð!Ü”&˜“)Ð.°Ð?Ô@Ü�Q‹i×#Ñ# AÓ&ˆÜ�#‹JˆÜœ.©¨Q«´(¸1¸a³.Ñ)@ÓAÀ1ÄfÈQÃiÇmÁmÓTˆØˆÜ
ÐDÄSÌÐPQËÃ^ÑSÓ
TÐTr=   c           	      óØ   — t        | t        | |fi |¤Žz
  |t        ||fi |¤Žz
  z  |t        ||fi |¤Žz
  z  |fi |¤Ž}t        | |fi |¤Žt        ||fi |¤Žz  t        ||fi |¤Žz  }||z  S )a%  
    Calculates the co-skewness of three random variables.

    Explanation
    ===========

    Mathematically Coskewness is defined as

    .. math::
        coskewness(X,Y,Z)=\frac{E[(X-E[X]) * (Y-E[Y]) * (Z-E[Z])]} {\sigma_{X}\sigma_{Y}\sigma_{Z}}

    Parameters
    ==========

    X : RandomSymbol
            Random Variable used to calculate coskewness
    Y : RandomSymbol
            Random Variable used to calculate coskewness
    Z : RandomSymbol
            Random Variable used to calculate coskewness
    condition : Expr containing RandomSymbols
            A conditional expression

    Examples
    ========

    >>> from sympy.stats import coskewness, Exponential, skewness
    >>> from sympy import symbols
    >>> p = symbols('p', positive=True)
    >>> X = Exponential('X', p)
    >>> Y = Exponential('Y', 2*p)
    >>> coskewness(X, Y, Y)
    0
    >>> coskewness(X, Y + X, Y + 2*X)
    16*sqrt(85)/85
    >>> coskewness(X + 2*Y, Y + X, Y + 2*X, X > 3)
    9*sqrt(170)/85
    >>> coskewness(Y, Y, Y) == skewness(Y)
    True
    >>> coskewness(X, Y + p*X, Y + 2*p*X)
    4/(sqrt(1 + 1/(4*p**2))*sqrt(4 + 1/(4*p**2)))

    Returns
    =======

    coskewness : The coskewness of the three random variables

    References
    ==========

    .. [1] https://en.wikipedia.org/wiki/Coskewness

    )r   r&   )r7   rU   ÚZr:   r;   ÚnumÚdens          r<   Ú
coskewnessrv   Ç  s¢   € ôl �qœ; q¨)Ñ>°vÑ>Ñ>Ø”˜A˜yÑ3¨FÑ3Ñ3ñ5à”˜A˜yÑ3¨FÑ3Ñ3ñ5à6?ñKàCIñK€Cô ˆa�Ñ
%˜fÑ
%¬¨A¨yÑ(C¸FÑ(CÑ
CÜˆq�)Ñ&˜vÑ&ñ'€Càˆs‰7€Nr=   )r   NrG   )T);Ú
sympy.setsr   Úsympy.core.numbersr   Úsympy.core.relationalr   Úsympy.core.symbolr   Ú(sympy.functions.combinatorial.factorialsr   Ú&sympy.functions.elementary.exponentialr   r	   Ú(sympy.functions.elementary.miscellaneousr
   Ú$sympy.functions.elementary.piecewiser   Úsympy.integrals.integralsr   Úsympy.solvers.solvesetr   Úrvr   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r    r!   Ú__all__r.   r%   rC   r&   r*   r)   r,   r/   r0   r'   r(   r-   r+   rv   r"   r#   r$   © r=   r<   ú<module>r„      s¹   ðÝ  Ý 'Ý $Ý #Ý Eß =Ý 9Ý ?Ý .Ý +÷,÷ ,÷ ,÷ ,÷ ,ñ ,ò<€ð8°$ô 8ó6.ó<2ð( €ó(.óT$óN $ðF<¨dô <ó2;ó0#8óJ*8óZ%NóN=Uó@;ð| €Ø€Ø�r=   