Not signed in (Sign In)

Not signed in

Want to take part in these discussions? Sign in if you have an account, or apply for one below

  • Sign in using OpenID

Site Tag Cloud

2-category 2-category-theory abelian-categories adjoint algebra algebraic algebraic-geometry algebraic-topology analysis analytic-geometry arithmetic arithmetic-geometry book bundles calculus categorical categories category category-theory chern-weil-theory cohesion cohesive-homotopy-type-theory cohomology colimits combinatorics complex complex-geometry computable-mathematics computer-science constructive cosmology definitions deformation-theory descent diagrams differential differential-cohomology differential-equations differential-geometry digraphs duality elliptic-cohomology enriched fibration finite foundation foundations functional-analysis functor gauge-theory gebra geometric-quantization geometry graph graphs gravity grothendieck group group-theory harmonic-analysis higher higher-algebra higher-category-theory higher-differential-geometry higher-geometry higher-lie-theory higher-topos-theory homological homological-algebra homotopy homotopy-theory homotopy-type-theory index-theory integration integration-theory k-theory lie-theory limits linear linear-algebra locale localization logic mathematics measure-theory modal modal-logic model model-category-theory monad monads monoidal monoidal-category-theory morphism motives motivic-cohomology nlab noncommutative noncommutative-geometry number-theory of operads operator operator-algebra order-theory pages pasting philosophy physics pro-object probability probability-theory quantization quantum quantum-field quantum-field-theory quantum-mechanics quantum-physics quantum-theory question representation representation-theory riemannian-geometry scheme schemes set set-theory sheaf simplicial space spin-geometry stable-homotopy-theory stack string string-theory superalgebra supergeometry svg symplectic-geometry synthetic-differential-geometry terminology theory topology topos topos-theory tqft type type-theory universal variational-calculus

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

Welcome to nForum
If you want to take part in these discussions either sign in now (if you have an account), apply for one now (if you don't).
    • CommentRowNumber1.
    • CommentAuthorUrs
    • CommentTimeJan 19th 2019

    Page created, but author did not leave any comments.

    v1, current

    • CommentRowNumber2.
    • CommentAuthorUrs
    • CommentTimeJan 19th 2019

    started a bare minimu, for the moment just so as to make links work

  1. Putting in a rough idea for a community diagram to represent this. More work is needed.

    John Ericson

    diff, v2, current

  2. Better to label morphisms more and objects less

    John Ericson

    diff, v3, current

    • CommentRowNumber5.
    • CommentAuthorzskoda
    • CommentTime4 days ago

    What is g ?

    • CommentRowNumber6.
    • CommentAuthorUrs
    • CommentTime4 days ago
    • (edited 4 days ago)

    hereby moving John Ericson’s suggestion from a (deprecated) query box environment in the entry to here:


    Perhaps a diagram like could be used to express the central limit theorem:

    Ω f 𝒩 sample sample X n g Y n \begin{array}{ccc} \Omega &\overset{f}{\longrightarrow}& \mathcal{N} \\ \mathllap{^{sample}}\Big\downarrow && \Big\downarrow\mathrlap{^{sample}} \\ X_n &\underset{g}{\longrightarrow}& Y_n \end{array}

    where

    • f(Ω)=𝒩(μ Ω,σ Ω 2)f(\Omega) = \mathcal{N}\left(\mu_\Omega, \sigma^2_\Omega\right)

      maps a distribution with finite mean and variance to the normal distribution with the same mean and variance.

    • g(X)=nμ+ m=0 nX mμng(X) = n \mapsto \mu + \frac {\sum_{m = 0}^n X_m - \mu} {\sqrt{n}}

      maps one (random) sequence to another

    However, it needs some fixing up. A major issue is the transformed sequence merely converges like a random sequence sampled from the normal distribution. Random sequences are hard to formalize for good reason.


    (A definition of gg is offered right there, but I am not sure if it quite parses.)

    diff, v4, current

    • CommentRowNumber7.
    • CommentAuthorEricson2314
    • CommentTime1 day ago

    Ah, I knew I was seeing fewer query boxes than I used to see, but didn’t realize the rules changed. Sorry about that!

    A definition of g is offered right there, but I am not sure if it quite parses.

    Oh, that was suppose to be the most standard/on-solid-ground part! The formula can be more or less gotten from Wikipedia or https://terrytao.wordpress.com/2010/01/05/254a-notes-2-the-central-limit-theorem/

    g(X) n=μ+ m=1 nX mμn g(X)_n = \mu + \frac {\sum_{m=1}^{n} X_m - \mu} {\sqrt n}

    Is that better? (I switched to m=1m = 1 because I realized Tao was doing 1-based sequence indexing.)


    I realized there is perhaps a bigger diagram that could work for this. There is sort of 3 equivalent transformations that can be done.

    The first is the top morphism, just get the mean and variance, and construct the normal distribution with that mean and variance.

    The second (new) the limit of the sequence I made. The limit of convolving the distribution in the right way (what one does with the probability density functions for adding the independent random variables) is the same normal distribution.

    And then third is path through left and bottom morphisms, the hand-wavey “sample” multiple times, and then transform the sequence with the “fold”. Exactly how the transformed sequence relates to the normal distribution is a bit fuzzy — but how it relates to each intermediate distribution underneath the limit is nice. Also, this is nice and constructive, in that we know transforming sequences of numbers with a fold like this is nice coinduction, and you don’t need to know the underlying PDF or mean or variance of the distribution.

    • CommentRowNumber8.
    • CommentAuthorPaoloPerrone
    • CommentTime1 day ago

    In case it can help, there are categorical formalizations of some random sequences, for example iid random variables.