Documentation Index
Fetch the complete documentation index at: https://hubify.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Data Explorer
The Data Explorer is an interactive tool for browsing, filtering, and analyzing experiment outputs. It supports MCMC chains, survey catalogs, anomaly tables, and any tabular data your experiments produce.Features
Sortable Tables
Click any column header to sort. Shift-click for multi-column sort. Filter rows by value ranges or text search.
Column Statistics
Select a column to see mean, median, std, min, max, and a histogram. Useful for quick parameter checks.
Equation Calculators
Built-in calculators for common derived quantities: Hubble tension, sigma distances, Bayes factors, and more.
Node Tree
Visualize experiment dependencies and data flow as an interactive node graph.
Supported Data Formats
| Format | Extension | Auto-Detected |
|---|---|---|
| MCMC chains | .txt, .csv | Yes |
| Cobaya output | .txt (space-delimited) | Yes |
| CSV / TSV | .csv, .tsv | Yes |
| Excel | .xlsx | Yes |
| JSON | .json | Yes |
| FITS tables | .fits | Yes |
| Parquet | .parquet | Yes |
Embedding Datasets
When an experiment completes, its output datasets are automatically available in the Data Explorer. You can also embed datasets manually:Column Offset Warning
Equation Calculators
The Data Explorer includes six built-in calculators:- Hubble Tension, Compute sigma tension between two H0 measurements
- Bayes Factor, Compare model evidence from MCMC chains
- Convergence (R-hat), Gelman-Rubin diagnostic from multiple chains
- Effective Samples, Compute N_eff from autocorrelation
- Sigma Distance, How many sigma between a measurement and prediction
- Delta Chi-Squared, Model comparison via chi-squared difference
Filtering & Search
Export
Export filtered data in multiple formats:API
Visualization
The Data Explorer includes basic plotting capabilities:- Scatter plots, Select two columns for x/y axes
- Histograms, Single-column distribution
- Corner plots, Multi-parameter posterior visualization (for MCMC data)
- Time series, For data with timestamp columns