-
Hi All,
I've a dataset with latitude, longitude and date-time.
Is there a way to do a spatio-temporal clustering that includes the 3 features?
Havresine is accepting only 2 features (lat lon in r…
-
**Is your feature request related to a problem? Please describe.**
First of all, thank you very much for writing this package and making it publicly available. I was trying to use it to analyze time-…
-
Hi i am also interested in the above. I had an idea, not sure how hard it would be to implement. I have a good example.
Basically I am trying to model gas and electricity consumption. Now its fairl…
-
https://www.kaggle.com/c/landmark-retrieval-challenge
-
some methodological details to #1575
Below are two references implying that the basic meta-analysis is not "generic", i.e. independent of what is used as effect measure or parameter to be combined.…
-
On branch `develop` (commit 96d8e11d6f0ad0a1f7836c51700cb676b364bee5), this reprex:
```r
options(mc.cores = parallel::detectCores(logical = FALSE))
data("kidiq", package = "rstanarm")
kidiq
-
I tried to compute similar percentile curves like I would get with the gamlss package in R (gamlss.com). In this case, we only have one independent and one dependent variable. An example plot is shown…
xi2pi updated
6 years ago
-
Calling plot(model_parameters(model)) for generalized additive models does not seem to be supported so far. Is there any way to make this work?
```
# example data
df
-
I'm possibly doing something a bit naive, but i just wondered if there was interpretation functions available for spline based models like you get with mgcv in R.
```python
import pandas as pd
i…
-
Hi All,
I'm trying to estimate beta diversity on water samples that were taken weekly over an entire year. I've plotted PCoA and NMDS plots and have run adonis tests for my variables: Season, MonthSa…