Skip to content
#

bayesian

Here are 387 public repositories matching this topic...

VMatthijs
VMatthijs commented Jul 22, 2019

Summary:

There is a mismatch between implementation and doc in signatures of falling_factorial and rising_factorial. The language restricts the second argument to be integer, but this is not documented. Also, log_falling_factorial and log_rising_factorial do not have this restriction. Is that intentional?

Description:

See above.

Reproducible Steps:

Try to compile

mathematicalmichael
mathematicalmichael commented May 6, 2019

the links in the README pull up HTML pages that seem to be missing images for the models.

Perhaps I could convert them to markdown/latex cells so they'll guarantee rendering?

Love this repo, by the way. Writing a software library (and demos for it) based on my thesis work in inverse problems, and this helps motivate what "good tutorials" can look like.

jgabry
jgabry commented Oct 4, 2019

@bgoodri I just noticed that none of the CRAN versions of the vignettes have any output from the code chunk no output anymore (e.g. if you look at https://cran.r-project.org/web/packages/rstanarm/vignettes/count.html
or any of the other vignettes). That is, it looks like none of the code is getting evaluated. I know that we're using that mechanism with params$EVAL to avoid evaluating the vignet

lcnature
lcnature commented Aug 24, 2019

Hi,
Thanks for the great package!
I was trying to understand the default prior placed on noise standard deviation (I suppose that is what the last few hyper-parameters mean in the code?
When I played around with the scale parameter of the implemented horseshoe prior, I think the distribution

bayestestR
strengejacke
strengejacke commented Dec 5, 2019

Agree with the aliasing.

If I understand you, we'd have:

  • Against point null:
    • p_map (which is prob at MAP vs. prob at 0)
    • bf_zero (= bf_savagedickey)
  • Against ROPE
    • p_rope (= rope(..., ci = 1))
    • bf_rope
  • Against direction
    • p_direction
    • bf_direction
  • Against region of practical significance (i.e., ROPE * direction)
    • p_significance
    • `b
report
humanfactors
humanfactors commented Oct 23, 2019

Question and context

This obviously isn't a bug, but I'm trying to work out the logic behind why print.report_table requires nested calls to both insight, and then parameters. There's something I've missed along the way in terms of why format table is contained within insight if it's used for pretty printing. Indeed, this could have been discussed in another thread and I've missed i

ashiklom
ashiklom commented Jan 22, 2019

The documentation for "Creating new PFTs" in the ["web workflow" section](https://pecanproject.github.io/pecan-documentation/develop/web-workflow.html#web-model-config, section 5.2.2.2) is misleading,. As written, it's not clear that you need to open BETY first (it looks like you can just do it from the PEcAn web interface, which is not true).

I propose we move it to a dedicated section on th

Improve this page

Add a description, image, and links to the bayesian topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bayesian topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.