-
Issue brownplt/code.pyret.org#520 filed by @schanzer
We've had a few teachers ask if Pyret supports various stats functions:
- [x] population variance
- [x] sample variance
- [x] t-test (mul…
-
https://bartoc.org/en/node/475#access says that I can browse this vocab at
https://bartoc-skosmos.unibas.ch/CCS/, but that returns
`404 Error: The page /CCS/ cannot be found.`
Would it be possib…
-
Hi everyone,
I am trying to use the new hand model (i.e. `left_hand_mk3`) from the devel branch. However, as soon as I insert it in Gazebo it starts "jumping" and, after some iterations, it collaps…
-
Hi @goldingn, I've been reading through some of `greta`'s source code, and I'm pretty impressed with the R6 setup for nodes of the DAG. I've been thinking a bit about how that could generalize to be u…
-
The integration can find all my Tuya devices, but I'm having trouble setting up `cover` devices for shutter controls.
When trying to add entities to the device, I get the following list of options:
…
-
**Topic**
Ontologies and Dynamic Knowledge Graphs for Digital Twins
**How is the topic relevant to the tric-dt themes?**
Consider at least two of the three themes health, natural environment and …
-
### Idea
Similar to what's described in https://github.com/stdlib-js/google-summer-of-code/issues/43, a need exists to expand array data type support beyond numeric data types. One such data type i…
-
from sympy import *
x,t,h,l,a,n,c,s=var('x t h l a n c s')
def y(x,t):
return (2*h*l**2)/(a*(l-a)*pi**2)*summation(sin(n*pi*a/l)*sin(n*pi*x/l)*cos(n*pi*c*t/l)*(1…
-
Using `NewType` (or `Key`) is a great way to inject configuration into classes, but there are cases where there is a sane default that is rarely overridden. In these cases it would be nice to have a w…
-
Just a list of schemes that we would like to be implemented into the library:
- [x] explicit schemes:
- [x] Adams-Bashforth schemes see [7]:
- [x] 1 step, namely the forward explicit Euler schem…