-
While for this package it has been affecting the code in F77.c, the loss of monotonicity and positivity can be demonstrated with following R code:
````
set.seed(10)
n randunif[the_draw < 0]
[…
-
At present there is no check for positivity of the arguments that will be on the diagonal of a `PDiagMat` or `ScalMat`. Probably a good idea to check that.
```julia
julia> using PDMats
julia> …
-
Consider the following code:
```agda
postulate
auto : (A : Set) → A
data D : Set where
d : D → D
mutual
data P : D → Set where
p : ∀ x → P (d x)
f : ∀ x → P x → P x
f .…
-
Strict positivity checking prevents encoding logical relations as datatypes.
However, an equivalent datatype can be encoded using a recursive function,
because Agda's termination checker can pro…
-
``` agda
module _ where
module Works where
record Fun (A : Set) (B : A → Set) : Set where
field fun : (x : A) → B x
mutual
data U : Set where
Π : (A : U) (B : El A → U) → U
E…
-
### Summary
`cast_sign_loss` gives a false positive when casting a guaranteed-positive f64 to u32
### Reproducer
I tried this code:
```rust
#![warn(clippy::pedantic)]
#![allow(clippy::le…
-
The common positivity/negativity of blogs and social media posts can be used to determine the writer's personality.
https://www.semanticscholar.org/paper/Analyzing-writing-styles-of-bloggers-with-dif…
-
### Bug description
I was using this:
```php
public function boot() {
$this->changeDatabase();
}
public function changeDatabase() {
$dbType = config("database.default");
config([
…
-
https://github.com/project-everest/everparse/blob/452f1fedecf5c3413095787480ac3f1c7680e715/src/lowparse/LowParse.Spec.BitSum.fst#L21
Thank you @nikswamy for pointing this out. For now I will leave …
-
@bblette1 do you know of a convention for writing the positivity assumption for continuous exposures? Since the probability of having any value in a continuous distribution is 0 I assume it is somethi…