Skip to content

Commit

Permalink
add analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
EigenSolver committed Mar 4, 2024
1 parent 31bcacb commit 7b15f33
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/analytics.jl
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,10 @@ function ϕ(T::Real, γ::Tuple{Real,Real})::Real
return (a(T,γ)*T^2-b(T,γ)*T+c(T,γ))/log(γ[2]/γ[1])
end

function Λ::Tuple{Real,Real}::Real)::Real
a::Real::Real)=(1-γ)*log((β+γ)/β)
b::Real::Real)=γ*(gamma(0+γ)+(1-exp(-+γ)))/+γ))
c::Real::Real)=exp(-γ)*expint(-β)-expint(-+γ))
return 1/γ^2*log(β[2]/β[1])*(a(β[2],γ)-a(β[1],γ)+b(β[2],γ)-b(β[1],γ)+c(β[2],γ)-c(β[1],γ))
end

0 comments on commit 7b15f33

Please sign in to comment.