a = (0-100)
when x=0, a should be 0 when x=100, a should be 100
x bir gidip 100'de kalır ve olmayacaktır 100 geçince, böylece verileri, 100 işareti doğru çan eğrisi gerekiyor.
Açıklama ve uygulama şöyle:
We have a number of rows of data that are counted as good, bad or questionable. If a row is bad we count it as full value (1.0) against the total. so 100 rows with o1 bad = 99% success if a row is questionable, we count it as a percentage of 1 against (maybe .75) so 100 rows with 1 questionable results in 99.25% success
I would like to build in a factor to apply to that value (bad affect or questionable affect) that would reduce it to zero affect (in either case) if there is only 1 row of data. so.. some thing like: 1 row with 1 bad or questionable = 100% success (no matter the questionable affect) 2 rows with one bad would yield nearly 100% success 10 rows with one bad might yield a 99% success rate 50 rows with 1 bad would yield 99.5% 100 rows with one bad would yield 99%
benzer şüpheli sonuçlara etkiler
Ben türetmek için çalışıyorum Bu faktör, kötü ve şüpheli etkileyen her biri için etkileyen değişkene uygulanacak.
O Yukarıdaki örnek 100 belli bir değere ulaştığı bir kez faktör de etkileyecek hiçbir anlamı olacaktır. Her zaman 0'dan başlayacak.
Thanks for any assistance. -Scott