-
One of the most important things that I want PlasmaPy to be able to do is make a high level interface for performing simulations - as high level as we can possibly make it.
Right now, setting up …
-
# The issue
I am trying to understand how gradients are computed for Burgers, implemented by `FDM_Burgers()` in `train_utils/losses.py`, as pasted below:
```python
def FDM_Burgers(u, v, D=1):
…
-
Hello,
MATLAB reports the following error when I try to generate c-code:
> Error using casadi.Function/generate_dependencies (line 1097)
> .../casadi/core/mx_function.cpp:1083: Code generation i…
-
In addition to Trill’s built-in aggregates (i.e., Count, Sum, Average, Max, Min, TopK), Trill provides a
framework for users to create their own custom aggregates by implementing the IAggregate inter…
-
Searching for `getMaxControl` and `getMinControl` shows that these are only used in SO and CMC. This is very confusing in any other case since it seems like setting these properties are ignored withou…
-
Hi David,
I was able to incorporate vecConfounders as you suggested in #28, but have come across a couple of errors along the way. The first error that was generated:
```
Selected 35938 genes/r…
-
Compute the parameter gradient for orbital rotations the the gradient test method. There may need to be a Jastrow factor so the global-to-local index of the orbital rotation parameters does not start…
-
I needed acceleration data from velocity, so as a matter of course I went the lazy route and did 'differentiate' on the Stream before doing anything else. However, after some later mucking around I di…
-
Problem appears upstream to Distributions.jl, see https://github.com/JuliaStats/Distributions.jl/issues/650
The following code:
```
using Mamba
dist = MixtureModel([
MvNormal([0,0], hcat(…
-
### 1. The Function explore_data() plots the individual time series for each variable, we can clearly see some seasonality and could stationarized the data and plot the modified time-series. ( either …