Click here to Skip to main content
15,889,730 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey everyone,

I was wondering if there were any available open source software that helps correlating data based on specified values with weights.

I am working on a project were we have many different data sources that can sometimes be incorrect due to clerical errors. To correlate the data, we will associate weights to certain fields that will calculate how likely it the data relates together. The data will take into account the difference between the data and see how likely it was a clerical error rather than a actual different source.

What I have tried:

Should there not be, I would be interested in creating an open source solution that can accomplish this. I just didn't want to re-invent the wheel if it already existed.

Thanks

P.S if anyone feels like they might have seen this question before, I posted on SO yesterday, but I only got downvotes and no comments so if I'm breaking some kinda forum etiquette feel free to let me know.
Posted
Updated 18-Apr-18 23:25pm

1 solution

I guess you could search for a C# statistical library, see, for instance c# - What is a good statistical math package for .Net? - Stack Overflow[^].
You could also opt for using a statistical oriented programming language, like R[^].
Finally, if you like scripting then you may find many statistical libraries available for Python.


Quote:
P.S if anyone feels like they might have seen this question before, I posted on SO yesterday, but I only got downvotes and no comments so
Personally, I think it is their fault, not yours.
 
Share this answer
 
v2
Comments
fdaniels110 20-Apr-18 12:12pm    
Our tech stack doesn't incorporate Python or R right now, but I might try to advocate for python since I already use it for data transfer and manipulation.

Thanks!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900