Posts by Alessandro Zinher • 43 points
1 post
-
4
votes2
answers1153
viewsQ: Hypothesis tests with C# - Merge (sum) of values to find result
Hello, everybody. I need to solve the following problem using C# (ASP . NET MVC): I have a table in the database that contains ID and Value (decimal) as below: id: 1 | value: 100,00 id: 2 | value:…