diff --git a/conest-training-agenda.md b/11-13-2025_13-25-27.md similarity index 100% rename from conest-training-agenda.md rename to 11-13-2025_13-25-27.md diff --git a/advanced-tables.md b/advanced-tables.md index cc8c245..9eaa4e9 100644 --- a/advanced-tables.md +++ b/advanced-tables.md @@ -6,6 +6,8 @@ tags: --- # Advanced Tables +[[obsidian]] community plugin + | One | Two | Three | | ---:| ---:| -----:| | 1 | -2 | | diff --git a/convex-hull.md b/convex-hull.md index 8c2bba9..0b72692 100644 --- a/convex-hull.md +++ b/convex-hull.md @@ -7,10 +7,13 @@ title: Convex Hull --- # Convex Hull -> [!quote] [Wikipedia](https://en.wikipedia.org/wiki/Convex_hull) -> the **convex hull**, **convex envelope** or **convex closure** of a shape -> is the smallest [convex set](https://en.wikipedia.org/wiki/Convex_set "Convex set") -> that contains it. +In [[geometry]], +the **convex hull** of a shape +(also **convex envelope** or **convex closure**) +is the smallest [convex set](https://en.wikipedia.org/wiki/Convex_set "Convex set") +that contains it.[^1] + +[^1]: [Wikipedia](https://en.wikipedia.org/wiki/Convex_hull) ```tikz \usepackage{pgfplots} diff --git a/functional-estimating.md b/functional-estimating.md index 3846ed9..6b45ad7 100644 --- a/functional-estimating.md +++ b/functional-estimating.md @@ -9,6 +9,13 @@ title: Functional Estimating --- # Functional Estimating +%% +This note is LLM output +intended to illustrate the problem +of [[uncertainty]] in [[construction-estimating]] +using mathematical concepts and notation. +%% + Suppose a function $$ diff --git a/timestamped/2026-02-17_16-36-35.md b/timestamped/2026-02-17_16-36-35.md index 81509a4..fea61ac 100644 --- a/timestamped/2026-02-17_16-36-35.md +++ b/timestamped/2026-02-17_16-36-35.md @@ -15,8 +15,14 @@ or totally misleading, depending on the context. [^1]: [Wikipedia](https://en.wikipedia.org/wiki/Earned_value_management) (emphasis added) -EVM can be an objective measure of _progress_, +EVM can be argued to be an objective measure of _progress_, but measuring _performance_, variance of actual cost/hours versus estimated, -(obviously) requires an estimate, -which is subject to bias and error. +(obviously) requires estimates, +which are subject to bias and error. +If you argue that subject matter expert estimates _are_ objective +under a Bayesian interpretation, +then sure, but then EVM is not unique. + +EVM WBS's, as a form of [[estimate-decomposition]], +suffer from its weakness of compounding inaccuracy.