Skip to content
View JoseKling's full-sized avatar

Block or report JoseKling

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
JoseKling/README.md

Greetings and welcome to my GitHub page.

I have a B.A. and a M.A. in mathematics from the Institute of Mathematics and Computer Sciences at the University of São Paulo.

I am currently a PhD candidate at GEOMAR Helmholtz Centre for Ocean Research Kiel, researching long term relation between climate and volcanism, especially the statistical modeling of the time distribution of eruptions and goodness-of-fit tests for point processes.

There are two packages that originated from this research, implementing estimation, simulation, and testing for point processes. The first, Point Process Tools is writen in MATLAB. The second, PointProcessTools.jl is a package for Julia with some improvements over the former and is the one currently actively maintained.

If you want to know more about my academic background and works that I have developed, check my page.

Feel free to take a look at my projects. If you have any questions, suggestions, requests or just want to get in touch, you are more than welcome to send me an e-mail.

Cheers,

José Kling

Pinned Loading

  1. PointProcessTools.jl-Notebooks PointProcessTools.jl-Notebooks Public

    Notebooks implementing methods from the PointProcessTools.jl package

    Julia

  2. IQSolver.jl IQSolver.jl Public

    Solver for the IQ puzzler pro game

    Julia

  3. HTTPServer.jl HTTPServer.jl Public

    A simple HTTP server for handling JSON or TEXT requests and returning JSON or TEXT responses.

    Julia

  4. Neural_Network Neural_Network Public

    An implementation of a Neural Network in Python using only numpy.

    Python

  5. Sudoku Sudoku Public

    A program for reading and solving sudoku boards in images. It can also generate a random minimal sudoku board, which is a board that has an unique solution and if any cell is erased, then the is no…

    Python

  6. Game_of_Life Game_of_Life Public

    A simple implementation of Conway's Game of Life using PyGame

    Python