Skip to content

Plots #2

Description

@hageldave

Plots to be implemented

Plots for collections of distributions

These plots eat a list of distributions and depict them jointly.

1D plots

any of the 1D plots should also be applicable to nD distributions where each dimension is treated independently (e.g. only looking at the diagonal of the covariance matrix for a multivariate normal distribution), and will then produce n such plots for each dimension.
For example a box plot showing 3 distributions where each distribution has 6 dimensions (HP, Att, ...):
grafik

  • Box Plots
  • Violin Plots
  • Dot Plots

2D plots

  • scatter plot (using samples drawn from the distributions)
  • contour plot (showing isolines of the probability density functions)
  • contour bands
  • stippling of PDFs e.g. multi-class inverted stippling (Schulz et al.)

Plots for dimensionality reduction evaluation

  • Shepard diagram
    • highdim vs lodim samples
    • highdim metrics on distribution vs lodim metrics (e.g. pairwise distance of means, or trace(covA+covB))

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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