@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/ai/llm-evaluation-ab-tests-and-online-experiments>
  a schema:TechArticle ;
  schema:headline "LLM Evaluation A/B Tests and Online Experiments" ;
  schema:url <https://anchorfact.org/ai/llm-evaluation-ab-tests-and-online-experiments/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/ai/llm-evaluation-ab-tests-and-online-experiments>
  schema:citation <https://www.statsmodels.org/stable/generated/statsmodels.stats.proportion.proportions_ztest.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/llm-evaluation-ab-tests-and-online-experiments>
  schema:citation <https://www.statsmodels.org/stable/generated/statsmodels.stats.power.TTestIndPower.solve_power.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/llm-evaluation-ab-tests-and-online-experiments>
  schema:citation <https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.false_discovery_control.html> ;
  af:sourceTier "B" .