Documentation

BrownianMotion.Gaussian.MultivariateGaussian

Multivariate Gaussian distributions #

Standard Gaussian distribution on E.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    Multivariate Gaussian measure on EuclideanSpace ℝ ι with mean μ and covariance matrix S.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      theorem ProbabilityTheory.covariance_eval_multivariateGaussian {ι : Type u_2} [Fintype ι] [DecidableEq ι] {μ : EuclideanSpace ι} {S : Matrix ι ι } (hS : S.PosSemidef) (i j : ι) :
      covariance (fun (x : EuclideanSpace ι) => x i) (fun (x : EuclideanSpace ι) => x j) (multivariateGaussian μ S) = S i j
      theorem ProbabilityTheory.variance_eval_multivariateGaussian {ι : Type u_2} [Fintype ι] [DecidableEq ι] {μ : EuclideanSpace ι} {S : Matrix ι ι } (hS : S.PosSemidef) (i : ι) :
      variance (fun (x : EuclideanSpace ι) => x i) (multivariateGaussian μ S) = S i i
      theorem ProbabilityTheory.hasLaw_eval_multivariateGaussian {ι : Type u_2} [Fintype ι] [DecidableEq ι] {μ : EuclideanSpace ι} {S : Matrix ι ι } (hS : S.PosSemidef) {i : ι} :
      HasLaw (fun (x : EuclideanSpace ι) => x i) (gaussianReal (μ i) (S i i).toNNReal) (multivariateGaussian μ S)
      def Finset.restrict₂CLM {ι : Type u_3} (R : Type u_4) {M : ιType u_5} [Semiring R] [(i : ι) → AddCommMonoid (M i)] [(i : ι) → Module R (M i)] [(i : ι) → TopologicalSpace (M i)] {I J : Finset ι} (hIJ : I J) :
      ((i : J) → M i) →L[R] (i : I) → M i

      Finset.restrict₂ as a continuous linear map.

      Equations
      Instances For
        theorem Finset.coe_restrict₂CLM {ι : Type u_3} {R : Type u_4} {M : ιType u_5} [Semiring R] [(i : ι) → AddCommMonoid (M i)] [(i : ι) → Module R (M i)] [(i : ι) → TopologicalSpace (M i)] {I J : Finset ι} (hIJ : I J) :
        @[simp]
        theorem Finset.restrict₂CLM_apply {ι : Type u_3} {R : Type u_4} {M : ιType u_5} [Semiring R] [(i : ι) → AddCommMonoid (M i)] [(i : ι) → Module R (M i)] [(i : ι) → TopologicalSpace (M i)] {I J : Finset ι} (hIJ : I J) (x : (i : J) → M i) (i : I) :
        (restrict₂CLM R hIJ) x i = x i,
        def EuclideanSpace.restrict₂ {ι : Type u_3} {𝕜 : Type u_4} [RCLike 𝕜] {I J : Finset ι} (hIJ : I J) :
        EuclideanSpace 𝕜 J →L[𝕜] EuclideanSpace 𝕜 I

        The restriction from EuclideanSpace 𝕜 J to EuclideanSpace κ I when I ⊆ J.

        Equations
        Instances For
          @[simp]
          theorem EuclideanSpace.restrict₂_apply {ι : Type u_3} {𝕜 : Type u_4} [RCLike 𝕜] {I J : Finset ι} (hIJ : I J) (x : EuclideanSpace 𝕜 J) (i : I) :
          (restrict₂ hIJ) x i = x i,
          theorem ProbabilityTheory.measurePreserving_restrict_multivariateGaussian {ι : Type u_3} [DecidableEq ι] {I J : Finset ι} {μ : EuclideanSpace I} {S : Matrix I I } (hS : S.PosSemidef) (hJI : J I) :
          MeasureTheory.MeasurePreserving (⇑(EuclideanSpace.restrict₂ hJI)) (multivariateGaussian μ S) (multivariateGaussian ((EuclideanSpace.restrict₂ hJI) μ) (S.submatrix (fun (i : J) => i, ) fun (i : J) => i, ))
          theorem Matrix.PosSemidef.sqrt_one {n : Type u_4} {𝕜 : Type u_5} [Fintype n] [RCLike 𝕜] [DecidableEq n] :