-
Here is an example:
```
cohens_d(CO2$uptake, CO2$Treatment)$Cohens_d
```
gives 0.6652288
```
psych::cohen.d(CO2[, c('uptake', 'Treatment')], 'Treatment')$cohen.d
```
gives -0.6732924
…
-
Find tabulated values?
-
TODO:
- update for feedback received in the call today
- fill in some blanks in the text below
# Strategies for C/Cython API usage
Use of a C API is out of scope for this array API, as men…
-
### High priority tasks
- [ ] Either make `kind=static-nobundle` stable, or change `kind=static` to behave like `kind=static-nobundle`.
- [ ] Add support for linking the debug CRT.
- [ ] Handle lin…
-
Hi,
I want to work with an SDK of a game and I finally figured out how to get autocomplete working, so that I have autocomplete for all the external headerfiles. BUT: Autocomplete only seems to work …
-
Thanks @Colengms. No luck with raising the logging level to debug - the only output from cpptools is the one line `[Error - 11:57:15 AM] Connection to server got closed. Server will not be restarted.`…
-
The Bessel function cannot be calculated:
```julia
julia> using ArbNumerics
julia> besselj(5, ArbFloat(3.0))
ERROR: MethodError: no method matching ArbFloat{128}(::ArbReal{128}, ::Int64)
Closes…
-
Hi,
I am trying to validate the Hankel transform for this known solution:
![image](https://user-images.githubusercontent.com/65412149/93236996-2132c180-f745-11ea-94fb-93513814c52b.png)
The jupyter …
-
I am trying to visualize the movement of some animals, but I am running into an error when I try to make a spatial frame:
```
LillunnFrame
-
Hi !
I'm trying to load external data (SST) using the same data structure for collocation (eg. assess mean SST anomalies within contours).
I think I'm almost there, just miss the interpolati…