Code Monkey home page Code Monkey logo

differentialmobilityanalyzers.jl's People

Contributors

github-actions[bot] avatar mdpetters avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

differentialmobilityanalyzers.jl's Issues

About the Parameters Returned by the Function rinv

function rinv(
R::AbstractVector,
δ::DifferentialMobilityAnalyzer;
λ₁ = 1e-2,
λ₂ = 1e1,
n = 1,
)
setupRegularization(δ.𝐀, δ.𝐈, R, inv(δ.𝐒) * R, n) # setup the system
λopt = lcorner(λ₁, λ₂; n = 10, r = 3) # compute the optimal λ
N = clean(Ninv(λopt)) # find the inverted size
return SizeDistribution([], δ.De, δ.Dp, δ.ΔlnD, N ./ δ.ΔlnD, N, :regularized)
end
It seems that there is no S value returned. But in [Inversion of Size Distribution From Data.ipynb], df2 = DataFrame(Dp = 𝕟ⁱⁿᵛ².Dp, S = 𝕟ⁱⁿᵛ².S, Dist = ["𝕟ⁱⁿᵛ²" for i = 1:length(𝕟ⁱⁿᵛ².Dp)]), includes 𝕟ⁱⁿᵛ².S

About Custom Function: lcorner

I can't understand: λopt = lcorner(0.01,1.0;n = 10,r = 3), and this function is not found in which library. How is this function calculated and defined?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.