Asteroids and Psychological Themes
Overview
This project investigates the role of the four major asteroids (Ceres, Pallas, Juno, Vesta) and the centaur Chiron in the natal charts of notable individuals. By analyzing a dataset of 936 celebrities, we aim to uncover statistical correlations between these celestial bodies and specific psychological archetypes, professional inclinations, and life themes.
Hypotheses
- Archetypal Prominence: Individuals who achieve fame or significant professional success will have a higher-than-expected frequency of asteroids conjunct their Sun (Identity) or Moon (Emotional Body).
- Sign Signatures: Certain asteroids will show "favored" signs in this population, reflecting the collective "mood" or traits required for fame (e.g., Pallas/Strategy in Aquarius/Innovation).
- Professional Correlation: Specific archetypes will cluster in relevant professions (e.g., Pallas for politicians/scientists, Vesta for single-minded artists).
Data Source
- Dataset:
celebrity_data.csv - Size: ~1000 records.
- Content: Birth dates, times, and biographical metadata (Cause of death, etc.).
professional_data.csv: A subset mapping individuals to specific career clusters (e.g., 'Actor', 'Writer', 'Scientist').
Methodology
Calculation
- Engine: Swiss Ephemeris (
swisseph) via Python. - Bodies:
- Ceres (Nurturer/Mother)
- Pallas (Warrior/Strategist)
- Juno (Partner/Statesperson)
- Vesta (Priestess/Focus)
- Chiron (Wounded Healer)
- Aspects: Conjunctions to Sun and Moon (Orb: 8°).
Statistical Approaches
- Chi-Square Goodness of Fit: To test if sign distribution deviates from equal probability (1/12).
- Binomial Test (Approximation): To compare observed aspect frequency against random chance (Geometric probability based on orb).
- Contingency Tables: To cross-reference Asteroid Signs vs. Professional Categories.
Key Archetypes
- Ceres: Agriculture, mothering, loss, and grief.
- Pallas: Wisdom, strategy, pattern recognition, and father-daughter relationships.
- Juno: Marriage, commitment, checking of power, and status.
- Vesta: Sacred space, devotion, focus, and exclusion of the extraneous.
- Chiron: The wound that does not heal, mentorship, and holistic integration.
Results
See RESULTS.md for the detailed statistical output and visualizations.
Methodology
- Calculation: Compute natal positions (Sign & Degree) for Ceres, Pallas, Juno, Vesta, and Chiron using Swiss Ephemeris (
swisseph). - Analysis:
- Distribution: Analyze if asteroids cluster in specific signs for this famous cohort.
- Correlation: Cross-reference asteroid signs with "Cause" of death (as a proxy for life struggle) using Chi-square or Frequency Analysis.
Tech Stack
- Python (Pandas, Numpy)
- Swiss Ephemeris (pyswisseph)
- Scipy (Stats)
Data Provenance
Asteroid Themes
- Source: Wikidata (Professions).
- Ephemeris: Swiss Ephemeris (Asteroids 1-1000).