Skip to content

Min, Max and Plus nodes in RxInfer #421

Closed Answered by bartvanerp
apiedrafTNO asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Alvaro!

Interesting question! I must honestly say that I am a bit unfamiliar with the topic you are describing, but will try to give it a shot anyway. Before diving deep into the topic, you are describing three types of nodes. As you mention the plus node can be created by chaining addition nodes as z2 := x1 + x2 + x3 + .... Although the min and max node are not implemented explicitly, you can simply call the non-linearity z1 = max(x1, x2, x3,. ...) with some approximation method as described in this example: https://reactivebayes.github.io/RxInferExamples.jl/dev/examples/Basic%20Examples/Kalman%20filtering%20and%20smoothing/Kalman%20filtering%20and%20smoothing/#Combination-2:-y-min(x,-w)

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by apiedrafTNO
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@bvdmitri
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants