JuliaMath / JuliaMath/RandomMatrices.jl
UndefVarError in `bidrand(d::GaussianLaguerre, n::Int)`
- Lingua principale
- Julia
- Stelle
- 94
- Fork
- 41
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Comes from `chi` function:
```
function bidrand(d::GaussianLaguerre, m::Integer)
if d.a <= d.beta*(m-1)/2.0
error("Given your choice of m and beta, a must be at least $(d.beta*(m-1)/2.0) (You said a = $(d.a))")
end
Bidiagonal([chi(2*d.a-i*d.beta) for i=0:m-1], [chi(d.beta*i) for i=m-1:-1:1], true)
end
```
Perhaps its from Distributions.jl?
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Start by locating the bidrand(d::GaussianLaguerre, m::Integer) entry point and the chi function it calls. Reproduce the UndefVarError, determine whether chi is provided by this package or Distributions.jl, and confirm that bidrand works for the reported GaussianLaguerre inputs.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- julia
- Ambito
- backend
- Tipo di issue
- Bug
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Da chiarire
- Idoneità per principianti
- 25/100