-
Get auto-correlation table from M&C to the dashboard, which will allow us to plot power vs time and calculate median.
-
I am using stasmodel GLSAR fit on my 216 monthly data at every grid point (total=1736) over a region to see the trend of the desired variable. I am doing the same in following steps:
```
list1=[]
p…
-
Dear sir/mam
I want to build a pitch detector using codec on de2-115. I have initialized WM8731, configured it to communicate with microphone and built i2s protocol to get the data from microphone, B…
-
https://www.mcgill.ca/oss/article/critical-thinking/dunning-kruger-effect-probably-not-real
-
Hi everyone,
I noticed that parallel tempering is now supported, which is fantastic! I have a few questions about some specific functionalities in the library that I’d love to clarify:
1. **Task…
-
I have just added a new example in both Queso example dir and also in its user's manual.
The original code is in: https://svn.ices.utexas.edu/repos/pecos/uq/appls/modal/
I'd like someone to look at t…
-
``` r
library(tidyverse)
library(fredr)
library(forecast)
#> Registered S3 method overwritten by 'quantmod':
#> method from
#> as.zoo.data.frame zoo
library(reprex)
# Reading …
-
Compaction right now is a bit sensitive to running large number of buffer re-writes. Compaction's goal is to reduce the data size and reduce writer list sizes that saves heap and allows deletion of ol…
ambud updated
6 years ago
-
Hi @serena-psc,
I started drafting a response to your Cross-Validated post but I have just seen that it was closed. Sorry about that, it seems the moderators want a more focused question from you. Bu…
-
In #26414 we splitted the pandas plotting module into a general plotting framework able to call different backends and the current matplotlib backends. The idea is that other backends can be implement…