GitHub

Original file line numberDiff line numberDiff line change

@@ -556,7 +556,7 @@ information, to be defined below.

556556

However, you should be aware that these "unconditional" moments do depend on

557557

the initial distribution $N(\mu_0, \Sigma_0)$.

558558
559-

#### Moments of the Observations

559+

#### Moments of the Observables

560560
561561

Using linearity of expectations again we have

562562

@@ -585,9 +585,8 @@ is not quite as good as knowing the full distribution.

585585

However, there are some situations where these moments alone tell us all we

586586

need to know.

587587
588-

These are situations in which the mean vector and covariance matrix are **sufficient statistics** for the population distribution.

588+

These are situations in which the mean vector and covariance matrix are all of the **parameters** that pin down the population distribution.

589589
590-

(Sufficient statistics form a list of objects that characterize a population distribution)

591590
592591

One such situation is when the vector in question is Gaussian (i.e., normally

593592

distributed).

@@ -753,8 +752,7 @@ The black line is the population density of $y_T$ calculated from {eq}`lss_mgs_y

753752

The histogram and population distribution are close, as expected.

754753
755754

By looking at the figures and experimenting with parameters, you will gain a

756-

feel for how the population distribution depends on the model primitives {ref}`listed above <lss_pgs>`, as intermediated by

757-

the distribution's sufficient statistics.

755+

feel for how the population distribution depends on the model primitives {ref}`listed above <lss_pgs>`, as intermediated by the distribution's parameters.

758756
759757

#### Ensemble Means

760758

Read the original on github.com ↗