Find Jobs
Hire Freelancers

mathematical script - count distinct numbers in arrays subject to certain conditions

$30-250 USD

Closed
Posted about 2 months ago

$30-250 USD

Paid on delivery
i need someone who is good at writing mathematical scripts this job i need to develop a script to count distinct numbers in the outputted arrays we can specify conditions like min or max etc example -------------- suppose i want to count all distinct numbers in the following sets of numbers i will set a the MIN as 1 and MAX as 100 (but i can change this using boxes to enter min and max) to generate the sets or arrays the program asks us for a starting number, increment and max number note: max number is NOT mandatory when i am counting the distinct numbers i can either 1. count all the distinct numbers between a MIN and a MAX that i specify or if i dont specify then we count between the starting number and the max number. we can declare more than one set and in this case it will combine all the outputted numbers of all the sets then count the distinct numbers, so technially we are counting the DISTINCT numbers of the UNION of all the sets. If there is only 1 set then the UNION is just the set. (set 1) note: i will enter the starting number, increment and ending number in the boxes for each set set 1: starting number 3, increment 3, ending number 30 output of set 1: [3,6,9,12,15,18,21,24,27,30] set 2: starting number 5, increment 5 ending number 30 output of set 2: {5,10,15,20,25,30} then to get the COUNT we need to COUNT DISTINCT UNION ALL SETS in this COUNT DISTINCT (SET 1 U SET 2) SET 1 U SET 2 = {3,6,9,12,15,18,21,24,27,30} U {5,10,15,20,25,30} = {3,5,6,9,10,12,15,18,20,21,24,25,27,30} SO COUNT DISTINCT = 14 please note we can do this directly using UNION and removing any repeats or we can notice that count distinct for set 1 = 10 count distinct for set 2 = 6 count for set 1 + set 2 = 16 intersection of set 1,2 = SET 1 intersect SET 2 = {15,30} count SET 1 intersect SET 2 = 2 Therefore COUNT DISTINCT also equals COUNT (SET 1 + SET 2) - ( Count( SET 1 intersect SET 2)) = 10 + 6 - 2 =14 BUT THE UNION METHOD SEEMS FASTER IN MY VIEW Essentially when we COUNT DISTINCT of all sets combined we are technically counting the elements in the UNION of all the sets... Here is another special example set 1: 1 2 3 4 5 6 set 2 : 1 2 3 4 5 set 3: 3 4 5 6 COUNT DISTINCT = 6 since the union is {1 2 3 4 5 6} Note: the sets do NOT need to contain the same amount of elements if howwever i specify the MIN as 3 and the MAX as 5 then COUNT DISTINCT will be 3 as 3,4,5 are distinct members of the UNION of set 1 set 2 and set 3 subject to the min and conditions Note: dont confuse MIN and MAX with starting number and ending number starting number , ending number are used to generate the elements of each set subject to the increment MIN, MAX is used to COUNT between a MIN and MAX after the UNION has been determined Note: i can add as many sets as i like so the program must allow for this NO TIME WASTERS
Project ID: 37919549

About the project

41 proposals
Remote project
Active 13 days ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
41 freelancers are bidding on average $129 USD for this job
User Avatar
Hi I understand all the mathematical functions that you need and can provide you with a Python script, to perform all these calculations, based on user input. I'm available to discuss more details in chat, and can start right away. Abdul H.
$100 USD in 1 day
5.0 (160 reviews)
6.9
6.9
User Avatar
As a Data Scientist with a strong background in Machine Learning and Software Development, I bring the necessary skills to tackle your mathematical script project. Over the last three years, I've developed an expertise in Python that would be extremely useful in building this distinct number counting script for you. Accuracy, efficiency and speed lie at the core of my work and that's why I believe my method, using the UNION operation, would be perfect for your job. There's no denying how unioning all sets together before counting distinct numbers makes the process faster without losing any data. My extensive experience in handling large datasets, using Pandas, Numpy and other popular data structure libraries, with millions of records would be crucial in ensuring top-notch performance of your script even on vast arrays of numbers. So while accuracy is the prime concern, time efficiency shouldn't be compromised either! Moreover, I get the unique nature of each dataset, and that's why dynamic implementations are an essential element of my coding habit. Consequently, I can effectively build a program that flexibly accepts any number of sets you need without compromising its performance.
$140 USD in 7 days
5.0 (27 reviews)
6.6
6.6
User Avatar
Hi, How are you? Very happy to bid for your project because my skills are fitted in your project. I have 8 years experience in Python programming. I am very familiar with count distinct numbers in arrays subject to certain conditions. I can do your project perfectly. If you send the message , we can discuss the project more. Thanks.
$100 USD in 3 days
5.0 (35 reviews)
6.3
6.3
User Avatar
Hi, I'm an electrical engineer with PhD degree and I have extensive experience with Python and Matlab. I have read project description regarding counting distinct values in a union of sets and I can complete the task for you. Looking forward to hearing from you. Best regards.
$50 USD in 1 day
5.0 (64 reviews)
6.0
6.0
User Avatar
Hi, I am math's and computer science professional with years of experience in my field. I have carefully read the description about your project and think myself suitable for this job . Please have a little discussion about your project then i can start working in it Regards
$140 USD in 7 days
4.9 (77 reviews)
5.8
5.8
User Avatar
As a seasoned programmer, my primary skill is developing scripts that are tailored to clients' mathematical needs. I have over a decade of experience in Python, allowing me to fully understand and utilize the scripting nuances of the language. For your project, I am confident in my ability to create a precise mathematical script. The program will enable you to define sets of numbers with starting number, increment and ending number using minimal input boxes. Additionally, it will provide you the option to specify minimum (MIN) and maximum (MAX) values for the counts between the specified range. With your project's specific requirements in mind, I can assure you of an efficient and accurate script that counts distinct numbers in arrays subjected to various conditions like MIN and MAX. This script would particularly be helpful as it allows creating multiple sets without necessitating similar element count in each set. My proficiency in database management would play a significant role in ensuring an optimal solution when handling substantial data outputs. Whether through unionization or dissecting sets into smaller problem scopes for intersection assessment, I commit to optimize for processing time and clarity just as with our sample cases above zeroing in on "14" while using "COUNT DISTINCT UNION ALL SETS". High-quality solutions delivered on time define my approach, so let us discuss how we can bring that same commitment to your project.
$140 USD in 1 day
4.7 (41 reviews)
5.6
5.6
User Avatar
Hi there, I'm a python developer and can start working right away. I have gone through the project description and found myself very capable. You can check my past projects for assurance regarding the quality of my work. I am good with mathematical and logical aspects too so this wont take much time. Let's discuss this further Regards, Pradyumna
$100 USD in 4 days
5.0 (6 reviews)
4.8
4.8
User Avatar
Hi. Thanks for your posting. I have just read your proposal and I am sure I can complete the project on time. I am a mathematician who has 15 years of experiences in Numerical/Statistical Analysis(Matlab/Python/R, ....) Please contact me to discuss the project in more details. Waiting for your contact now... Thanks. Best Regards.
$50 USD in 1 day
4.7 (17 reviews)
5.1
5.1
User Avatar
As a seasoned programmer with over 5 years of experience in diverse technology stacks like Python alongside mobile applications (iOS/Android) and web development, I am aptly equipped to take on your mathematical script project. Being conversant with dataset manipulation, I can efficiently write a function to count distinct numbers in arrays with specified conditions such as minimum and maximum values. Additionally, my knowledge of union operations and efficient counting techniques will be a definite asset. I understand the need for flexibility as demonstrated in your description; thus, I'm committed to creating a script that adapts well to an unlimited number of input sets while maximizing speed and efficiency. Combining all sets intelligently instead of relying on the brute-force union method is what separates the wheat from the chaff in terms of time-saving algorithms, and rest assured that is my focus. In conclusion, I bring to the table not just programming skills but also a keen sense of analysis and problem-solving capabilities. Trust me to create a script that delivers accurate and fast results for all your counting tasks even when datasets are large or heterogeneous. Looking forward to discussing your project specifics and delivering an exemplary job!
$140 USD in 7 days
4.8 (8 reviews)
4.3
4.3
User Avatar
Hello, How are you today? I have briefly read through the project details you posted. I believe I am the best person who can deliver as per the requirements; however, I need us to discuss the details, deadline, and budget for more clarity. I'm very prolific in the following skills among others, as listed on my profile: Python Script Install Matlab and Mathematica Mathematics I hope that this project is still available. If the job’s no longer available, I’d appreciate you throwing my hat into the ring for any similar opportunities in the future. You can hire me directly via https://www.freelancer.com/u/VirtualBrainInc. Thank you for your time. I look forward to hearing from you soon, Best Wishes, Kevin M
$140 USD in 7 days
4.8 (8 reviews)
4.3
4.3
User Avatar
With my extensive experience as a programmer, I am well-equipped to tackle the challenge of developing a mathematical script to count distinct numbers in arrays based on certain conditions. Over the past 7 years, I have mastered various programming languages including Python, which is essential for this project. My deep understanding of Python can ensure an efficient and optimized solution to your problem, allowing you to count distinct numbers in multiple arrays quickly and accurately. Lastly, I would like to mention that while my technical abilities are vital, my unwavering commitment to meeting clients' expectations makes me stand out the most. No matter what project comes my way, I always go above and beyond to ensure satisfaction. With me, you're not dealing with another time waster, but a dedicated and talented professional ready to deliver excellence on any given task.
$30 USD in 7 days
3.7 (9 reviews)
4.7
4.7
User Avatar
I'm here to efficiently accomplish tasks without wasting time. With a strong programming background and a deep interest in mathematics, your requirement for a script to identify unique numbers within arrays, with customizable criteria like minimum and maximum values, aligns perfectly with my skill set. I'm highly proficient in Python and have significant experience in handling data and solving algorithmic problems. Moreover, I have a proven track record of delivering top-notch solutions tailored to specific needs. Your examples provided a clear understanding of the project's goals, and I'm dedicated to creating a user-friendly and effective solution that surpasses expectations."
$100 USD in 1 day
5.0 (6 reviews)
3.2
3.2
User Avatar
Your requirements for generating sets of numbers with specified conditions such as minimum and maximum values, and then efficiently counting distinct numbers across these sets align perfectly with my expertise. I appreciate your clear explanation of the task and your preference for a streamlined approach utilizing set operations. I'm confident in my ability to deliver a robust and efficient solution that meets your needs without unnecessary time expenditure.
$60 USD in 2 days
5.0 (7 reviews)
3.3
3.3
User Avatar
Hi, how are you? I have read your job description and understood your proposal. I am an skillful mathematician, especially statistician who you are looking for. I can help you sufficiently related to your project. If you hire me, you will get good result. Please discuss more details via private chat. Regards.
$200 USD in 5 days
5.0 (4 reviews)
3.2
3.2
User Avatar
mathematical script - count distinct numbers in arrays subject to certain conditions My name is Rabia Faisal, I am working in the writing industry since 2011. During this time, I have served countless clients with a full amount of satisfaction by providing them with TOP Quality Solutions. I have command of all references APA, Harvard, IEEE, MLA & Chicago, etc. I will provide plagiarism-free work with 100 percent accurate grammar within your given deadline. Please message me to get Top Class Services. I am waiting; https://www.freelancer.com/u/TopWritingGuru
$30 USD in 1 day
4.9 (3 reviews)
2.9
2.9
User Avatar
Hi, I am a mathematical scientist as both my bachelors and masters were in maths. I have 10 years programming experience in python, 5-6 years experience in data analysis and data science. I could put together an interactive and dynamic script which will take any number of input arrays or from an excel, csv or pdf to perform this task. I tutor python programming and can show you some of my work. The script will be such that you wouldn't have to edit the code, it will be an easy to use double-clicking one requiring no prior programming knowledge. Reach out lets me get you sorted out asap. Cheers!
$120 USD in 2 days
5.0 (1 review)
2.0
2.0
User Avatar
Hi! Pleased to meet you on this platform. I just read through the job details and can help you with the mathematical scripts. Let's discuss more on chat about your requirements and budget. Warm Regards. Bc
$180 USD in 3 days
5.0 (1 review)
1.7
1.7
User Avatar
With my extensive experience as a Senior Full-Stack Developer over the past 5 years, I can offer you a stunning solution to your mathematical script project. I possess a keen understanding of not just React and WordPress but also the broader width of full-stack development, including server-side languages like Python and Node.js, and database management. Given the complexity and specificity of your project requirements, my ability to handle various aspects of web development would be invaluable in creating your distinct numbers counting script. I'm sure I can give you not just one but multiple ways to calculate distinct numbers between given MIN & MAX specifications. In fact, I concur with your notion that methodologically relying on UNION might provide better performance given how it simplifies the overall calculation process.
$250 USD in 1 day
5.0 (1 review)
0.6
0.6
User Avatar
Hey Patrick M.! I have keenly read your project requirements, and this is something I can comfortably do. I have years of experience in Python, Matlab and Mathematica, Script Install and Mathematics I am available to start immediately. In case you need additional details on how I can complete this task, please feel free to reach out. Thank you
$141 USD in 1 day
0.0 (0 reviews)
0.0
0.0
User Avatar
mathematical script - count distinct numbers in arrays subject to certain conditions My name is "Usama Safdar" and I am a Ph.D degree holder which means I am highly-capable to tackle this project "Content Editor " with 100 percent accuracy. I am a professional writer with over 6 years of experience in writing; Essays, Research Summaries, Thesis, Dissertation, Lab Reports and Case Studies. I always provide High-Quality Solutions within the shortest possible time with all instructions followed against very reasonable prices. I can manage works even with shortest deadlines like; "2500 words work in just 6 Hours" with very reasonable time. As a pro academic writer I am also familiar with all the referencing styles; such as APA, Harvard, OSCOLA, IEE, MLA etc. I always provide plagiarism-free solutions and as a prove I also provide "FREE Turnitin reports". For Samples, please visit my profile https://www.freelancer.com/u/SolutionMart Please message me to start the discussion. Thank You
$30 USD in 1 day
5.0 (2 reviews)
0.2
0.2

About the client

Flag of UNITED KINGDOM
Clydebank, United Kingdom
4.9
28
Payment method verified
Member since Aug 17, 2010

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.