Skip to content

Bug: Incorrect Expected value function for continuous random variable #268

@rummanwaqar

Description

@rummanwaqar

"$$\\mathbb E[X] = \\int_{a}^b\\, f(x) \\,dx$$\n",

E[x] = integrate(a->b) f(x) dx
should be
E[x] = integrate(a->b) x f(x) dx

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions