def
definition
def or abbrev
name
show as:
view Lean formalization →
formal statement (Lean)
38def name : KernelFamily → String
39 | constant_kernel => "K1 (constant)"
40 | inv_one_plus_z => "K2 (1/(1+z))"
41 | exponential => "K3 (exp(-z/z0))"
42
43end KernelFamily
44
45/-- The BIT kernel function. -/