Typo in plot_dist
See original GitHub issueDescribe the bug
One of the errors in plot_dist
says use xarray.Dateset.
Should be dataset
https://github.com/arviz-devs/arviz/blob/master/arviz/plots/distplot.py#L166
Expected behavior
Should read as as xarray.Dataset
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (7 by maintainers)
Top Results From Across the Web
plotdist function - RDocumentation
Plots an empirical distribution (non-censored data) with a theoretical one if specified. Usage. plotdist(data, distr, para, histo = TRUE, breaks = "default", ...
Read more >Data 604 - Week 6 - RPubs
Problem 1. Using the file Problem_Dataset_06.01.xls, fit the best model(s) p1 <- read.csv(Prob1_dir, header = FALSE) plotdist(p1$V1, ...
Read more >Activity #8: R Syntax - Brad Thiessen
Binomial Distribution plotDist('binom', params=list(size=25, prob=0.300), ... The probability we make a mistake is nearly cut in half:
Read more >Development/plot dist comparison warning by alexisperakis · Pull ...
Fix a typo at distcomparisonplot.py, fix axes.shape(2, 3) at test_plo… ... comparison warning [WIP] Development/plot dist comparison warning on May 6, 2021.
Read more >B.3 Fitting Discrete Distributions | Simulation Modeling and Arena
The plotdist command will plot the empirical probability mass function and the cumulative distribution function as illustrated in Figure B.7.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi, could I pick this one up?
#1414 is great. Provided that like in this case a PR aims to close an open issue, the recommended way to link PR and issue is mentioning the issue from the PR description with one of these keywords,
fixes
is one of them so you can already see above theThanks to these keywords, GitHub will close the issue once the PR is merged