Skip to content

Commit 084e5f7

Browse files
Rename StatistEase to Statistikles in README (#27)
<!-- SPDX-License-Identifier: CC-BY-SA-4.0 Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk> --> ## Summary <!-- Briefly describe what this PR does and why. Link to related issues with "Closes #N". --> ## Changes <!-- List the key changes introduced by this PR. --> - ## RSR Quality Checklist <!-- Check all that apply. PRs that fail required checks will not be merged. --> ### Required - [ ] Tests pass (`just test` or equivalent) - [ ] Code is formatted (`just fmt` or equivalent) - [ ] Linter is clean (no new warnings or errors) - [ ] No banned language patterns (no TypeScript, no npm/bun, no Go/Python) - [ ] No `unsafe` blocks without `// SAFETY:` comments - [ ] No banned functions (`believe_me`, `unsafeCoerce`, `Obj.magic`, `Admitted`, `sorry`) - [ ] SPDX license headers present on all new/modified source files - [ ] No secrets, credentials, or `.env` files included ### As Applicable - [ ] `.machine_readable/STATE.a2ml` updated (if project state changed) - [ ] `.machine_readable/ECOSYSTEM.a2ml` updated (if integrations changed) - [ ] `.machine_readable/META.a2ml` updated (if architectural decisions changed) - [ ] Documentation updated for user-facing changes - [ ] `TOPOLOGY.md` updated (if architecture changed) - [ ] `CHANGELOG` or release notes updated - [ ] New dependencies reviewed for license compatibility (MPL-2.0 / MPL-2.0) - [ ] ABI/FFI changes validated (`src/abi/` and `ffi/zig/` consistent) ## Testing <!-- Describe how you tested these changes. --> ## Screenshots <!-- If applicable, add screenshots or terminal output demonstrating the change. --> Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
1 parent 086bf19 commit 084e5f7

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: CC-BY-SA-4.0
22
// Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
3-
= StatistEase — Neurosymbolic Statistical Analysis Assistant
4-
image:https://img.shields.io/badge/OpenSSF-Best_Practices-green?logo=openssourcesecurity[OpenSSF Best Practices,link="https://www.bestpractices.dev/en/projects/new?repo_url=https://github.com/hyperpolymath/statistease"]
3+
= Statistikles — Neurosymbolic Statistical Analysis Assistant
4+
image:https://img.shields.io/badge/OpenSSF-Best_Practices-green?logo=openssourcesecurity[OpenSSF Best Practices,link="https://www.bestpractices.dev/en/projects/new?repo_url=https://github.com/hyperpolymath/statistikles"]
55

66
image:https://img.shields.io/badge/License-MPL_2.0-blue.svg[License: MPL-2.0,link="https://opensource.org/licenses/MPL-2.0"]
77

@@ -16,11 +16,11 @@ LLMs make statistical mistakes. They fabricate means, invent p-values, hallucina
1616
confidence intervals, and present plausible-sounding nonsense as fact. We call these
1717
outputs **mollocks** — they look right, feel right, and are wrong.
1818

19-
StatistEase exists to stop this.
19+
Statistikles exists to stop this.
2020

2121
== The Solution
2222

23-
StatistEase is a *Kautz Type 1 neurosymbolic* statistical analysis assistant:
23+
Statistikles is a *Kautz Type 1 neurosymbolic* statistical analysis assistant:
2424

2525
* **Neural (LLM):** Understands your question in natural language. Routes it to the
2626
correct statistical function. Explains the result in plain English.
@@ -48,7 +48,7 @@ LLM explains: "Yes, there is a statistically significant difference
4848
*HARD NOTICE — MOLLOCK WARNING*
4949
5050
This software enforces a strict neural-symbolic boundary. No statistical value
51-
is ever produced by neural inference. If you see a number in a StatistEase
51+
is ever produced by neural inference. If you see a number in a Statistikles
5252
response, it was computed by Julia. This is not a preference — it is a
5353
hard architectural invariant.
5454
====
@@ -106,15 +106,15 @@ Raw Input → Detection → Validation → Cleansing → Normalization → Analy
106106
== Quick Start
107107

108108
```bash
109-
cd statistease
109+
cd statistikles
110110
julia --project=. -e 'using Pkg; Pkg.instantiate()'
111-
julia --project=. -e 'using StatistEase; main()'
111+
julia --project=. -e 'using Statistikles; main()'
112112
```
113113

114114
Or run without LLM (offline examples):
115115

116116
```bash
117-
julia --project=. -e 'using StatistEase; run_examples()'
117+
julia --project=. -e 'using Statistikles; run_examples()'
118118
```
119119

120120
== Architecture
@@ -131,4 +131,4 @@ computed by a verified Julia function.
131131

132132
This project is licensed under the Mozilla Public License, v. 2.0. See the `LICENSE` file for details.
133133

134-
SPDX-License-Identifier: CC-BY-SA-4.0
134+
SPDX-License-Identifier: CC-BY-SA-4.0

0 commit comments

Comments
 (0)