{"id":26579881,"url":"https://github.com/mlefkir/tonari.jl","last_synced_at":"2026-06-13T03:05:34.743Z","repository":{"id":221711063,"uuid":"741631624","full_name":"mlefkir/Tonari.jl","owner":"mlefkir","description":"Time series analysis in Julia","archived":false,"fork":false,"pushed_at":"2025-11-25T17:52:53.000Z","size":39902,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-12T14:52:44.536Z","etag":null,"topics":["fourier-analysis","julia","power-spectrum-estimation","time-series","time-series-analysis"],"latest_commit_sha":null,"homepage":"https://mlefkir.github.io/Tonari.jl/","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mlefkir.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-01-10T19:41:57.000Z","updated_at":"2025-11-25T17:44:44.000Z","dependencies_parsed_at":"2024-04-30T16:09:49.760Z","dependency_job_id":"3d8afbc8-68e0-42f4-bb65-72c04cecc506","html_url":"https://github.com/mlefkir/Tonari.jl","commit_stats":null,"previous_names":["mlefkir/tonari.jl"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/mlefkir/Tonari.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlefkir%2FTonari.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlefkir%2FTonari.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlefkir%2FTonari.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlefkir%2FTonari.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mlefkir","download_url":"https://codeload.github.com/mlefkir/Tonari.jl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlefkir%2FTonari.jl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34270418,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fourier-analysis","julia","power-spectrum-estimation","time-series","time-series-analysis"],"created_at":"2025-03-23T06:29:23.005Z","updated_at":"2026-06-13T03:05:34.738Z","avatar_url":"https://github.com/mlefkir.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tonari\n\n[![Documentation](https://github.com/mlefkir/Tonari.jl/actions/workflows/documentation.yml/badge.svg)](https://github.com/mlefkir/Tonari.jl/actions/workflows/documentation.yml) [![Build](https://github.com/mlefkir/Tonari.jl/actions/workflows/testbuild.yml/badge.svg)](https://github.com/mlefkir/Tonari.jl/actions/workflows/testbuild.yml) [![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)\n\n[![codecov](https://codecov.io/gh/mlefkir/Tonari.jl/branch/periodograms/graph/badge.svg?token=JFLB0ZE7ZY)](https://codecov.io/gh/mlefkir/Tonari.jl)\n\nTonari is a Julia package for the analysis of time series with an emphasis on astronomical time series. I am implementing the methods and functions I need along the way, so it is a work in progress.\n\n## Installation\n\nSince it's Julia package, you need... Julia! See the official documentation here: [https://julialang.org/](https://julialang.org/).\n\nTo enter Pkg mode by type `]` in the julia REPL\n```julia\npkg\u003e\n```\n\nTo install Tonari type:\n```julia\npkg\u003e add Tonari\n```\n\nand then load it with:\n```julia\nusing Tonari\n```\n\n## Documentation\n\nThe documentation is available here: [https://mlefkir.github.io/Tonari.jl/](https://mlefkir.github.io/Tonari.jl/)\n\n## Current features\n\n- Power spectral density models: power-law with zero, one or two bends, Lorentzian...\n- Simulation of time series with power spectral density (PSD) models (e.g. bending power law, Lorentzian, etc.)\n- Simulation of bivariate time series with a cross-spectral density (CSD) model\n- Periodogram computation\n- Cross-periodogram for two time series with coherence, phase, and lag\n- Interpolation of time series with gaps + randomisation\n- Delay estimation with the interpolated cross-correlation function (ICCF)\n- Time series structure to represent regularly and irregularly sampled time series\n\n## Ideas/possible features\n\n### for the 0.3.x\n- Periodogram fitting with Whittle likelihood, essentially connect sampler and a good likelihood definition.\n- Extracting light curves from event lists, mainly from X-ray observations.\n### for the 0.4.x and later\n- Operation on light curves, concatenate light curves with dates, i.e. making a big light curve.\n- Bispectrum computation for fun.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlefkir%2Ftonari.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmlefkir%2Ftonari.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlefkir%2Ftonari.jl/lists"}