8000 Replace Distributions with StatsBase · Issue #56 · numlinalg/RLinearAlgebra.jl · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Replace Distributions with StatsBase #56
Open
@nathanielpritchard

Description

@nathanielpritchard

When sampling from a distribution it seems that the sample! from StatsBase is a more efficient method to use as opposed to the sampling functions based on the Distributions package. This requires us to replace instances of sampling with the sample function.

This requires:

  1. Remove Distributions from Project.toml and RLinearAlgebra.jl
  2. Add StatsBase to Project.toml and import StatsBase: sample!
  3. Replace any sampling procedures with the sample function.

Metadata

Metadata

Assignees

No one assigned

    Labels

    stylistic changeA unifying change to all relevant features

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0