Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add density functions to the package #8

Open
marvinschmitt opened this issue Feb 15, 2022 · 0 comments
Open

Add density functions to the package #8

marvinschmitt opened this issue Feb 15, 2022 · 0 comments
Assignees
Labels
feature New feature or request
Milestone

Comments

@marvinschmitt
Copy link
Owner

Currently planned:

  • Dirichlet: ddirichlet(x, Alpha), rdirichlet(n, Alpha, log=FALSE)
  • Logistic Normal: dlogistic_normal(x, Mu, Sigma), rlogistic_normal(n, Mu, Sigma, log=FALSE)

Then, remove the manual lookup in R/stat_simplex_density.R:StatSimplexDensity that currently fixes name conflicts such as Alpha -> alpha

@marvinschmitt marvinschmitt added the feature New feature or request label Feb 15, 2022
@marvinschmitt marvinschmitt self-assigned this Feb 15, 2022
@marvinschmitt marvinschmitt added this to the alpha Launch milestone Feb 15, 2022
@marvinschmitt marvinschmitt changed the title Add density functions Add density functions to the package Feb 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant