jxu

Results 8 comments of jxu

I have the same issue: can not find iphone(15.3) on my PC(win 10). I'm not sure if it is because of the school network. Can you please help me figure...

I agree with you. The current corr function is the same as check nulls and use your new corr function instead, which is simple to do. So a broader solution...

When I tried to open folder with SSH, I was told to enter ssh command. After using `ssh username@hostname`, I got nothing, there's not even an error message. Version: 0.2.37...

First, > Renamed allow_duplicates to duplicates with three possible strategies: "first" bins all values equal to multiple quantiles into the first such quantile, "last" is similar but bins them into...

@orlp Thanks. >>I think 'drop' should be added, since sometimes we do not want multiple values for the breakpoint. >That's what first / last do, they just allow more flexibility...

I see the problem. You are saying that 0th quantile is -inf, and 100th is inf. But in most of application, Excel, R, Stata, etc, 0th is the minimum and...