vault backup: 2026-04-21 12:46:22

This commit is contained in:
2026-04-21 12:46:22 -04:00
parent 56f7c3765c
commit 2c713ec737
5 changed files with 25 additions and 7 deletions
+2
View File
@@ -6,6 +6,8 @@ tags:
---
# Advanced Tables
[[obsidian]] community plugin
| One | Two | Three |
| ---:| ---:| -----:|
| 1 | -2 | |
+7 -4
View File
@@ -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}
+7
View File
@@ -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
$$
+9 -3
View File
@@ -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.