José Bayoán Santiago Calderón

Results 73 issues of José Bayoán Santiago Calderón

I have a `DataFrame` with a column being the geometry and the rest being attributes. I am trying to export it as a `geojson` but I am not sure how...

enhancement
documentation

Using Julia 4.6 with Cairo in order to save a plot to disk as a pdf. When the legend is on the right there is no problem, but if placed...

bug

`GLM` is still missing some `RegressionModel` API methods. It would be cool to have at least the followings to help make https://github.com/gragusa/CovarianceMatrices.jl/issues/19 transition to a `

enhancement

Looking at the common generalized linear models, the binomial distribution is implemented, but the multinomial (its general form) is not. It also seems that `GLM.LinPred` is constrained to be a...

enhancement

Allow to pass a semi-positive matrix such that the objective function is ``` β = inv(X.'W * X + Γ) * X.'W * y ```

enhancement

Would be great to know how to work with geometries in Julia. For example, ``` data = execute(conn, """ SELECT ST_SetSRID(ST_MakePoint(lon, lat), 4326) AS geom FROM tbl; """, not_null =...

Planning to take a look at it in case anyone else has the same idea, we can be aware of the efforts.

enhancement
starter-kit

First pass at API. Would like to start getting some feedback on things I probably missed. Will be looking things more carefully once I figure out how I could start...

enhancement
starter-kit

Please take a look at the functionality in QuantEcon.jl. We are trying to make the package thinner and want to find a good place to port out code. A lot...

Relative Hausdorff distance. It is used in many applications including graphs. A linear time algorithm is available [here](https://doi.org/10.1137/19M1248224).