Skip to content

small issue in sol8 #5

@MANYAdsci

Description

@MANYAdsci

In answer 3 for solution 8, the function estimate_asymptotic_variance uses a biased variance estimator (1/C instead of 1/(C−1)):

It uses:
varE = 1/C * sum((Es - mean(Es))^2)

It's the biased population variance rather than the unbiased sample variance. The correct estimator should likely divide by C−1.

Hopefully this counts for the challenge question mark!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions