szcf-weiya

Results 96 issues of szcf-weiya

Since the estimate of bivariate kde allow matrix as input, e.g., ```julia x = randn(100, 2) f = kde(x) ``` it would be more convenient when evaluating at each points...

Replace some older incompatible package, such as `FactCheck` with `Test`, and some incompatible grammar, such as `struct` vs `type`.

Hi, I am confused by the arrangement of multiple figures in a grid. I begin with the example code in the README, ```julia gui = imshow_gui((300, 300), (2, 1)) #...

bug

![image](https://user-images.githubusercontent.com/13688320/197315142-72d5d90c-d47b-4e67-ab4e-790b1307b7e8.png)

I encounter the problem when passing a boolean variable to `smooth.spline`. ``` julia> a = true julia> x = rand(100); julia> y = x; julia> R"smooth.spline($x, $y, cv=$a)" RObject{VecSxp} Call:...

I am using the latest v0.13.14 `RCall.jl` with R 4.2.1 and Julia 1.8.4 on Ubuntu 20.04. ```julia julia> versioninfo() Julia Version 1.8.4 Commit 00177ebc4fc (2022-12-23 21:32 UTC) Platform Info: OS:...

Suppose I have the following simple script ```julia # file test.jl using ProgressMeter for j = 1:3 println("j = $j") @showprogress for i = 1:10 sleep(1) end end ``` then...

插入 `eps` 时,如果紧跟着 `section`,则图象中的文字会受 `section` 的粗体影响,即使用 `{}` 将 `\section{}` 包起来也不行;但如果不是紧跟着 `section`,比如中间有正文,则不会有影响。 如图 ![selection_873](https://user-images.githubusercontent.com/13688320/40345103-63857012-5dca-11e8-894e-eefbaf14a8f5.png)

a related post https://stats.stackexchange.com/questions/243828/how-to-do-mc-integration-from-gibbs-sampling-of-posterior