-
`variable_names_recursive` is suppose to return the list of variable names of a polynomial ring and its base rings, as if it were a single multi-variate polynomial ring.
It works if the base ring …
-
Hi, thanks for your work!Acturally, I would like to extract a set of shapelets from a bunch of multivariate time series. Does the current version of the code provide the above functionality? Or do I n…
-
## Reason
Hand coding the derivative of the yield function can be tedious, and defeat the purpose of using AD to a large extent.
## Design
Use forward mode AD to retrieve the derivative o…
-
Opening a thread to discuss ```NASA``` dataset. We can add comments and discuss its characteristics, suitability for using it for benchmarking.
-
## Description
Looking at the [Stan docs](https://mc-stan.org/docs/2_27/functions-reference/multivariate-normal-distribution.html) we only accept arrays of vectors and row vectors for the multiva…
-
I'm trying to setup InverseWishart prior in my Turing.jl model as follows:
τ ~ filldist(InverseWishart(2+1, Matrix{Float64}([[3,0.5] [0.5,3]])), 10)
and getting error message:
MethodError: no…
-
Hi Prophet team,
I have a question related to the one asked in issue #1740. I'm trying to make sense of the decomposed plots from a prophet model to explain it to my stakeholders. In regular techniqu…
-
## Describe the Enhancement ##
This issue is based on the dtcenter/METplus#2644 discussion. @CPKalb has found that running multi-variate MODE with 2 inputs that use Python embedding does not work as …
-
Hi. I'm working on enhancing long sequence forecasting performance through finetuning. I have successfully replicated the zero-shot learning results shown in Table 22 and will use them as a baseline f…
-
# Design considerations
**Goal:** organize classes for inference and posterior analysis API
* Continuous only, or also discrete parameters? (allow discrete data and generated quantities)
* …