79627641

Date: 2025-05-18 16:51:15
Score: 1
Natty:
Report link

If you want to set a percentage condition, you can simply use the built-in DISC() function. For example, suppose you need an attribute that takes the value 1 with probability 0.4 and the value 2 with probability 0.6; you can write DISC(0.4, 1, 1, 2). Please note that the function operates on a cumulative basis.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Süleyman Topdemir