Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Generate Weibull Distribution

mredissi
6 - Meteoroid

Are there any examples, macros or set of tools that generate a set of Weibull distribution values based on input values, scale and shape? Excel has Weibull.Dist formula that does just that.

2 REPLIES 2
jdunkerley79
ACE Emeritus
ACE Emeritus

Interesting challenge for a Friday afternoon 🙂

 

You can use a formula tool for them.

 

Distribution:

[Alpha]/Pow([Beta],[Alpha])*Pow([V],[Alpha]-1)*Exp(-Pow([V]/[Beta],[Alpha]))

 

Cumulative:

1 - Exp(-Pow([V]/[Beta],[Alpha]))

 

Sample workflow attached

mredissi
6 - Meteoroid

Thank you jdunkerley79. I was definitely overthinking it with macros and stuff. You rock!

Labels
Top Solution Authors