-
ValueMolienSeries(m,0) must be 1 for any m. However, the following shows a bug:
```
gap> g:=SymplecticGroup(6,3);;
gap> h:=Stabilizer(g,Z(3)*[1,0,0,0,0,0]);;
gap> t:=CharacterTable(h);;
gap> chi:…
-
In the `CeedOperator` constructor:
https://github.com/CEED/libCEED/blob/4c2750df89d2249806e99e5d7fcd7c2f83e5bf41/ceed.h#L140-L142
I don't think the parameters `dqf` and `dqfT` are needed, since …
-
`VarProcess.__init__` takes an `exog` argument where the docstring says it takes `intercept`. The latter makes much more sense to me in context. e.g. `VARProcess.mean` I'm not sure what to make of th…
-
I've started sketching out requirements for a fast DAC to be used for ion shuttling/splitting. It's on the [Wiki](https://github.com/m-labs/sinara/wiki/Shuttler).
All comments welcome...
-
I suggest we consider every file except today's upload by me and the Rmd file as obsolescent and try to transfer their information into the file I just uploaded. I forgot to ask Edward how to merge fi…
-
I am having a hard time understanding where this error comes from. When running
Index = SpatialDeltaGLMM::PlotIndex_Fn(DirName=this.path, TmbData=TmbData, Sdreport=Opt[["SD"]], Year_Set=Year$Year,…
-
_Note_: I use the word "array" as an English word, not as a data structure/computer science term.
**Storage**: A n-dimensional array (layout_map specifies the order strides of the dimensions)
**Grid…
-
I am trying to test `PhaseModulation`, using
```matlab
PhaseModulation([1,2,3,4,5],linspace(0,6,5*1250),[5 10])
```
in octave and I am coming across the following error:
```
error: element numbe…
-
Generate a function "lsr.m" which which shares a similar syntax to nlinfit, but can perform:
- OLS
- WLS
- GLS
- Weighted/Unweighted Nonlinear Least Squares
- Weighted/Unweighted TLS
- Robust Le…
-
The freeCodeCamp community has started building an interactive, browser-based Math for Programmers curriculum. It's just a matter of designing the thousands of LaTeX-driven challenges necessary to tea…