Skip to content

Commit

Permalink
Updated todo lists
Browse files Browse the repository at this point in the history
  • Loading branch information
Deduction42 committed Feb 6, 2024
1 parent 8facd36 commit 47a4b81
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 17 deletions.
4 changes: 4 additions & 0 deletions ToDo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(1) Test out incermental wear versus an equivalent single event
(2) Test out benchmark normal distribution case
(3) Build dynamic Bayeisan inference engine
(4) Build reliability curve generator
4 changes: 1 addition & 3 deletions src/_Polynomial.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
using StaticArrays

#= To do ==================================================
differentiate(p::Polynomial)
integrate(p::Polynomial)
look into promote rules for adding and subtracting
==========================================================#

struct Polynomial{N, T}
Expand Down
4 changes: 1 addition & 3 deletions src/_Spline.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#= to do =====================================================
use Interpolations.jl to build a spline from points
differentiate
integrate
==============================================================#
@kwdef struct Spline{N,T}
vertices :: StepRangeLen{Float64, Float64, Float64, Int64}
Expand Down
5 changes: 3 additions & 2 deletions src/_SplineDensity.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#= To Do ===================================================================
(1) Build transator between SplineSamples and CubicSpline
(2) Build random_var_subtract(f1::SplineDensity, f2::Gamma)
(1) Separate out the cdfBasis as a separate input so that it can be reused
(2) Test against a normal convolution benchmark
(3) Test incremental convolutions against a single equivalent
===========================================================================#

using SpecialFunctions
Expand Down
9 changes: 0 additions & 9 deletions template_builder.jl

This file was deleted.

0 comments on commit 47a4b81

Please sign in to comment.