Click here to Skip to main content
15,885,546 members
Everything / Analysis

Analysis

analysis

Great Reads

by Steve Hoult
Creation of an Audio analysis framework to enable developers with little to no understanding of audio analysis to develop audio-driven games
by Jack Devey
This post delves into the perplexing Monty Hall paradox, examining the probabilities associated with sticking or switching doors in the game scenario.
by Miguel Diaz Kusztrich
Adding tools to help estimate the correct delay and embedding dimension
by Anton Stasevich
How to write software requirements for Enterprise systems to almost completely describe what should be implemented.

Latest Articles

by Jack Devey
This post delves into the perplexing Monty Hall paradox, examining the probabilities associated with sticking or switching doors in the game scenario.
by ToughDev
Fix high Windows memory usage caused by large metafile
by spore123
This is a fast multi-threaded quick-sort based algorithm
by Steve Hoult
Creation of an Audio analysis framework to enable developers with little to no understanding of audio analysis to develop audio-driven games

All Articles

Sort by Score

Analysis 

15 Jul 2021 by Steve Hoult
Creation of an Audio analysis framework to enable developers with little to no understanding of audio analysis to develop audio-driven games
13 Jun 2023 by Jack Devey
This post delves into the perplexing Monty Hall paradox, examining the probabilities associated with sticking or switching doors in the game scenario.
24 Jan 2012 by Sergey Alexandrovich Kryukov
First, about FxCop. I think it is a very useful if you take is critically. You certainly need to adjust the rule sets and customize some rule to get a reasonable check. In my opinion, some rules cannot be used because they are simply idiotic. I give some example with argument in my past...
29 Nov 2016 by Miguel Diaz Kusztrich
Adding tools to help estimate the correct delay and embedding dimension
5 May 2020 by Anton Stasevich
How to write software requirements for Enterprise systems to almost completely describe what should be implemented.
28 May 2011 by Nyx.Carpenter
Hi all,I'm currently working on a program that analyses a wav file of a solo musician playing an instrument and detects the notes within it. To do this it performs an FFT and then looks at the data produced. The goal is to (at some point) produce the sheet music by writing a midi...
26 Jun 2013 by OriginalGriff
Google is your friend: Be nice and visit him often. He can answer questions a lot more quickly than posting them here...A very quick search gave 4 1/2 million results:...
28 Oct 2015 by CPallini
You have to somehow parse the JavaScript source code, in order to extract such a info.You may have a look at existing parsers (Google is your friend[^]).
9 Jul 2019 by MadMyche
The way I would do it would be to have an inventory table as well as an inventory adjustment table. CREATE TABLE dbo.Inventory ( StockNumber INT PRIMARY KEY, Quantity INT, -- other properties ) CREATE TABLE dbo.InventoryAdjustment ( AdjustmentID INT PRIMARY KEY, StockNumber INT, ...
27 Jul 2011 by DaveAuld
You should have had the pre-reqs before you were given the position!! Your employer will give you a job description, and from that you will need to ascertain what technologies you should be familiar with. Why not pop over to MS website Business Intelligence area and explore...
17 Dec 2011 by Sergey Alexandrovich Kryukov
Did you see this, and the links in these articles:http://en.wikipedia.org/wiki/Change_impact_analysis[^],http://en.wikipedia.org/wiki/Change_management_%28engineering%29[^]?—SA
17 Dec 2012 by Mycroft Holmes
This is not a question that can be answered in a forum, you need to follow some examples or buy a book on datawarehouseing. SQLServerCentral.com[^] is an excellent site for this research.You need to decide on some strategies like how close to real time do I need to deliver the reports. Most...
27 Jan 2016 by Patrice T
Quote:What do you think, what are your experiences? Did I miss an important concept or approach? Do you have special tool recommendations (or aversions ^^)?My experience is:When I deal with C or C++, I have a special behavior at quotation level.If I am requested to build an app, I do normal...
15 Jan 2022 by NewbieAR
I have to call R from python and show the results graphically through R. For example, if we take Apache, to look at different scores in CVSS database; CVE no, the risk scores, severity, etc. components to use - R, python, and graphical console based tool What I have tried: Getting data in R...
22 Oct 2018 by CPallini
With such a function, when N grows, you can safely ignore the space taken by stack allocation. On the heap, due to the recursive calls you have memory(N) = 2*N + .. + 4 + 2 that is memory(N) = 2*N! (measured in sizeof(int), of course). So the function space complexity is O(N!) Sorry I made...
22 Oct 2018 by Patrice T
Quote: MY DOUBTS Don't doubt, make sure. Define a global variable, a counter, chanje your code this way testfun(n){ if(n==0) return; int *a=malloc(sizeof(int)*n); counter += n; int *b=malloc(sizeof(int)*n); counter += n; for(int i=0;i
2 Jul 2023 by Graeme_Grant
This search may help you... lots of alternatives out there, depends on your needs and budget: .net google analytics alternatives - Google Search[^]
1 Jun 2011 by Nyx.Carpenter
Musical phenomenons - notes of the frequency being played may contain occurrences of the note's higher octaves. E.G. A440 (440Hz) may contain instances of A5 (880Hz) and A6 (1760Hz) etc. I've found this is more likely the lower the note gets.
26 Jul 2011 by anirban_sinha
Hi All,I understand that this may not be the most appropriate questionfor this forum, but its just that i wante4d to be proactive and start learningbefore hand.I have been appointed as Jr consultant,Business Intelligence ans as far i know i would be put into Microsoft Technology.Just...
17 Dec 2011 by Jyothikarthik_N
The objective is to analyse the impact of a small change in a huge Solution.The tool (preferably within Visual Studio 2010, but can be outside as well) should provide detailed impact points.ie.., the movement of the value in the variable that was changed. Something of that...
17 Dec 2011 by Wendelius
Do you mean something like a dependency analyzer. For example: http://www.ndepend.com/[^]
24 Jan 2012 by wonder-FOOL
Hello all,I have been reading information and the usage of FxCop and StyleCop for a day or so. But I also would like to have your opinions? You useful and important to use these two programs. I will be glas if you can share your thoughts with me.Thanks
17 Apr 2012 by Member 8815455
Hi All,I have created a cube. it is working fine.Recently i have processed the cube with new data. From that time onwords the data is showing for that particular value is in diff format.Please take a look into the below data. V1 -- 605771038081655V18 -- 970928668184954V19 --...
11 Nov 2012 by nagiub2007
i know this website write-check his functionality is uploading a file(PDF,Doc) and check percentage of redundancy between the file uploaded and a lot of websites ,books,researches and after user upload file and result shows that result show redundancy percentage and highlight on copied...
15 Dec 2012 by PRASHANT KUMAR LAL
Hi,Problem statement :I have a relational database which consists of many tables approx(100). I want to move it into Analytical database. How can this be achieved.1- What are the steps that i need to take?2-How to identify the dimensions and measures for cubes?3-How to move my...
21 Feb 2013 by aliwpf
Hi.Generally for designing a DataBase you need three Steps:1-Create Conceptual Data Model like ERD:Conceptual schema is a permanent description of thedatabase requirements.2-Create Logical Data Model(Relational,Normal Form):The first step in building the logical model is to sit...
26 Aug 2013 by chandanadhikari
hi,How to make ADPlus (version 7) collect dumps for a process after every 15 minutes using custom .cfg file. here is what i already tried in the cfg file(for example interval is 20 seconds) : DumpOnly Hang ...
11 Nov 2013 by Arnaldo P. Castaño
The backward propagation algorithm is usually recursive and is a way to train neural networks. The key point here is that you have to train the network with known outputs, this is known as the learning phase, then with the weights learn during the last phase (learning) the neural network can...
1 Feb 2014 by Member 10565929
Hi there;I am creating a new cube in Visuel Studio & the dimension calnder is linked to the fact table thorugh transaction date in the fact table & dates in the dimension , both data types are date type , the cube basically retrieves the sales per product per date , the cycle hierarchy is...
3 Aug 2014 by robbie1973
Hi everyone, thanks for reading.I'll jump straight in. Circumstance: I'm a beginner and I have a small, single form project in VB 2010 Premium.I ran code analysis (ALL Rules) on it because I want to keep it in good shape, meet good coding practices, and learn along the way. When...
7 Aug 2014 by guardj
Try to understand more of your problem by reading this one. Hope it helps!http://msdn.microsoft.com/en-us/library/ms182187.aspx[^]
20 Sep 2014 by kingsa
Hi,i want to retrive data from cube,in my cube have lakhs of data but i want to retrive 10 rows only , for 10 rows i have unique id , how to pass the unique ids and retrive the particular 10 persons data onlylike how sql server using in operator, same as in cube can u guide me or send snippets
28 Sep 2014 by Sibeesh KV
We want to see those employees who are working in Hyderabad. Remember emp and dept are joined on deptno and city column is in the dept table. Assuming that wherever the department is located the employee is working in that city.Select * from emp where deptno in (select deptno from dept where...
9 Jan 2015 by Anubhav Goel
I am using webmaster tool for my web site my webste url is like www.domain1.comThere are multiple users in my website and that are dynamiclike www.domain1.com/site1/Home www.domain1.com/site1/Home www.domain1.com/site1/Topic/Detailswww.domain1.com/site1/page2...
13 Mar 2015 by Member 11523936
I have a very strange situation in my Google Webmasters for my site www.giftsware.nl. Somebody disallowed some bad inbound URLS for us and now I don’t see any websites anymore that link to our site and also I don’t see the main URL anymore that we have links that Link to the main URL. Our...
30 Mar 2015 by kommuric
Can you explain what "custom built" mean?
31 Mar 2015 by CPallini
The exit function is declared in stdlib.h, you have to include such a header in order to make the code compile.Please note main should be declared this way:int main()and should return an int (for instance you could add the return 0; statement at the end of the main function).Moreover...
11 May 2015 by deelll
If I want to measure if user use search field, in the index page, in relation to selected checkmark , is it possbile to do it with google analytics or something similiar?Thanks!
25 Jan 2016 by Purna Chandra Sasmal
Based on your data volume, you can decide.if it is less, you can create view on top of this and have the total sum of order, sale and revenue corresponding to dimensions.or, you can create tabular model.
5 Feb 2016 by somey0293
I have facebook comments fetched and I want to make a graph depending on positive and negative sentiments. How will I implement sarcasm in it?please help me I have to make as a project..What I have tried:I saw this project WordNet-based semantic similarity measurement on your site...
18 Feb 2016 by B. Clay Shannon
I ran Analyze > Run Code Analysis on Solution on my C# Winforms app. I got this:CA1001 Types that own disposable fields should be disposable Implement IDisposable on 'ExceptionLoggingService' because it creates members of the following IDisposable types: 'StreamWriter'. If...
18 Feb 2016 by Andreas Gieriet
Have you read this: Dispose Pattern[^]?The message says it: make your class sealed or follow the Dispose Pattern as described in the link above.CheersAndi
18 Feb 2016 by B. Clay Shannon
Thanks to Andi's link, this works: public void Dispose() { Dispose(true); GC.SuppressFinalize(this); } protected virtual void Dispose(bool disposing) { if (disposing) { ...
17 Apr 2016 by Alex_2979
A lot of modern Business Intelligence solutions offer to transfer work of analysts to developers or rise technical level of business analysts, make them closer to developers. Instead of it, I advise to consider a solution, which takes information from Database and gives it to business analysts.
7 Jul 2016 by GoodyGoodyGoody
I need advice on implementation of Data Lake. Any good references or examples of how to implement the data lake concept (tutorial) or pointing me to the right direction will suffice.Thanks in advanceWhat I have tried:I'm looking to set this up for my organization and I have no idea...
10 Aug 2016 by Richard MacCutchan
See Code Project Quick Answers FAQ[^].
18 Mar 2017 by takatok
The code is functionally equivalent. You say that your problem is that qc[0] is often 0 and its causing problems. With your code your taking some C_dat array and converting every EVEN index of that array (0,2,4,etc) into a double and adding it to qc[0]. So the only reason qc[0] should equal...
20 Jan 2018 by David_Wimbley
So you pretty much need to google tutorials on how to use pyhton and R...unless you've actually attempted what you are trying to accomplish and have some code to show where you are stuck...a google search for tutorials is going to be the best place for you to start. Google[^] Now once you've...
6 May 2018 by Member 13658733
for(i in 1:dim(dataset)[1]){ hitlist=trainmy2[trainmy2$VisitNumber==dataset[i,2],] dayofweek=names(hitlist)[3:9][hitlist[1,3:9]>0] dataset[i,dayofweek]=1 hitlist2=Copy_Walmart[Copy_Walmart$VisitNumber==dataset[i,2],] agg=aggregate(ScanCount~DepartmentDescription,data=hitlist2,sum) ...
22 Oct 2018 by kavinderrana121
I have to calculate space complexity for this function if we see according to stack size then it will be O(n) but in every recursive call two arrays are consuming extra space that is 2n or of order O(n) MY DOUBTS 1)When we calculate time complexity for this function the process will be as...
29 Dec 2018 by KarstenK
I see the problem in dp where you should change the order of the indices to improve clarity but the flagging of the heads is mysterious. Why isnt dp (bad name) a int array which the index is the student and the value is the head. The usage of MOD is unclear, so you should comment it. Think...
18 Mar 2019 by HusseinAl-haj
Most of today's processors are equipped with hardware performance counters. Such counters can be used to count micro-architecture events in order to analyse the target program to improve its performance. Generally, profiling and analysing are the main goals of these counters. Based on research...
12 May 2019 by Patrice T
We are not their support service, try to contact them or the author.
9 Jul 2019 by Golden Basim
what is the best practice to process the items stocks ? What I have tried: i searched and i founded two method : 1- Is it better to create a single row for each item (depending on its properties) and increase the stock field in this row or decrease it depending on the process? ...
9 Aug 2019 by OriginalGriff
We are more than willing to help those that are stuck: but that doesn't mean that we are here to do it all for you! We can't do all the work, you are either getting paid for this, or it's part of your grades and it wouldn't be at all fair for us to do it all for you. And your tutor is expecting...
9 Aug 2019 by Patrice T
Quote: Sequence diagram object oriented analysis You show no attempt to solve the requirement by yourself, you have no question, your main effort is pasting the requirement, you just want us to do your HomeWork. HomeWork problems are simplified versions of the kind of problems you will have to...
22 Mar 2020 by MehreenTahir
I'm using a data represented as sparse matrix where column contains numerical values for "article_Id" "word_id" and "count" as follow: article_Id word_id count 0 1 3 1 1 1 10 1 2 1 12 8 3 1 17 1 4 1 23 8 I'm representing each document by...
21 May 2020 by Richard MacCutchan
n = Analisi.groupby('AgeT1') --------> here there are no errors > SSbetween = (sum(Analisi.groupby('AgeT1').sum()['MeanMETList']**2)/n) - (Analisi['MeanMETList'].sum()**2) / N You are setting variable n to a range of Analisi objects. In...
26 Mar 2021 by Nadja Rabizadeh
Hi, I wonder how to get the real velocity of a moving person in a video? What I have tried: I have stabilized the video to remove the global motion of the camera, and then I have tracked the person with an object detection method, so I have the...
26 Mar 2021 by Member 13691514
What the others have posted is correct. Also, you need to ensure that the camera does not change magnification (zoom) during the video. 1) Even if the person is moving perpendicular to the camera, comparing pixel changes to the size of a known...
29 Mar 2021 by Member 13691514
The fact that the person is skiing adds additional complexity to the processing versus running as I imagined. However, it also adds an additional clue. Let me explain what I mean. You have to know something very well in order to measure the...
5 May 2021 by anant kumar 2021
Question:- An election is a contest between different candidates from various parties out of which the voters elect one as their representative. Objective: The objective of the idea is to perform the voting analysis and generate the clusters...
5 May 2021 by OriginalGriff
We are more than willing to help those that are stuck: but that doesn't mean that we are here to do it all for you! We can't do all the work, you are either getting paid for this, or it's part of your grades and it wouldn't be at all fair for us...
19 May 2021 by SeanChupas
This is a massive project so I'm not sure what you are expecting us to tell you. It sounds like you need to design this out better, create a database to store your data, and then start writing code to do what you want.
19 May 2021 by CHill60
Quote: Understood, I just feel so helpless with my situation. I've sat for hours and I just can't figure on how to approach this. Let's try to get you started. This article How to Write Code to Solve a Problem, A Beginner's Guide[^] is a good...
10 Jun 2021 by OriginalGriff
While we are more than willing to help those that are stuck, that doesn't mean that we are here to do it all for you! We can't do all the work, you are either getting paid for this, or it's part of your grades and it wouldn't be at all fair for...
11 Sep 2022 by Member 14379241
Suppose the values of different sizes of rectangular pieces of land are known (presumed rounded to the nearest metre), and held in a two-dimensional array, with the price for an m × n sized piece the same as for an n × m piece of land. Also...
11 Sep 2022 by OriginalGriff
While we are more than willing to help those that are stuck, that doesn't mean that we are here to do it all for you! We can't do all the work, you are either getting paid for this, or it's part of your grades and it wouldn't be at all fair for...
4 Apr 2023 by Richard MacCutchan
Lots of possibilities coefficient/Polynomials c - Google Search[^]
7 May 2023 by ToughDev
Fix high Windows memory usage caused by large metafile
4 Oct 2017 by Bhairav Thakkar
A robust framework for complete implementation of Finite Element Analysis in VB.NET
14 Feb 2013 by Niral Soni
A few lines of code to create dynamic charts based on the HTML table contents with filter option
26 Apr 2016 by Arthur Minduca
How to choose the right data structure for a collection of elements
9 Aug 2012 by Shahriar Iqbal Chowdhury/Galib
Configure visual studio load testing tool and utilize to scale application by analyzing testing results
19 Mar 2016 by Afzaal Ahmad Zeeshan
In this post I am going to walk you through installing and setting up the R environment on your Windows operating system; because Visual Studio is only available on Windows.
10 Nov 2016 by Miguel Diaz Kusztrich
An application to draw Recurrence Plots and calculate recurrence quantification measures
28 Dec 2015 by Marla Sukesh
In this article we Learn step by step how to create project with MSBI.
28 May 2011 by dasblinkenlight
The problem is somewhat similar to DTMF recognition (figuring out "two-sound chords" produced by telephone buttons). A very efficient Goertzel Algorithm[^] is used rather widely for that. It may or may not help you solve the problem at hand, but it's definitely worth giving a try. Good luck!
18 Jul 2011 by Al-Samman Mahmoud
Basic tools for the analysis of DNA like transcription and reversion
30 Mar 2012 by OriginalGriff
All your need is a Groups table, with an ID and a description.You then add a GroupID field to the student table and set it as a foreign key.You can then have multiple students in any one group.If you also need students to be in multiple groups, then you need an extra table instead of the...
17 Mar 2017 by Patrice T
When you don't understand what your code is doing or why it does what it does, the answer is debugger.Use the debugger to see what your code is doing. Just set a breakpoint and see your code performing, the debugger allow you to execute lines 1 by 1 and to inspect variables as it execute, it...
26 Aug 2016 by Neeraj Prasad Sharma
This article deals with performance difference with literal values
2 Jul 2023 by OriginalGriff
While we are more than willing to help those that are stuck, that doesn't mean that we are here to do it all for you! We can't do all the work, you are either getting paid for this, or it's part of your grades and it wouldn't be at all fair for...
12 Nov 2012 by Keith Barrow
This is literally a big task. The answer is you can't do it with the strategy you suggest (of checking all websites):Downloading what we have now will take a long time. Even if you take a download and check, download and check approach, by the time you have finished a lot of stuff will have...
25 May 2022 by spore123
This is a fast multi-threaded quick-sort based algorithm
4 Dec 2011 by GuruprasadV
Check if dependency of a table are objects referenced by a stored proc. A system table with CTE can help to identify dependency quickly.
13 Jul 2015 by SagarHinge
Hi All,I having problem with datazen dashboards migration from one server to another.am not able to change the server name in the dashboard setting.Is anyone have idea how to change the server name.Thanks in advanceRegards,Sagar
28 Oct 2015 by Sergey Alexandrovich Kryukov
In addition to Solution 1, here is a hint for you: you can get the code of your script in the same script. For starters, here is how you can get the code of some function in a string:function A(a, b) { /* some function implementation here */ }var codeOfA = A.toString(); // now you can...
9 May 2017 by RandyBuchholz
Chances are you have heard, or even told someone, not to use the Hungarian Notation naming convention. Chances are, you are using it yourself. Hungarian Notation is the king of naming conventions. Though many call for its demise, it is here to stay.
2 Sep 2015 by DataBytzAI
A quick list of requirements for a good BI recruit
12 Nov 2012 by nagiub2007
this siteTurnitindo as plagiarism check. i can to upload my research and site compare it with 150 billions website ,files and researches site show if i copied paragraph or sentences from internet and show the source of this copyi want to develop the same idea but in Arabic . i want...
19 May 2021 by Ayush1999
I have to prepare an algorithm that finds, relation between data across multiple databases, degree of relationship between databases and find transformation across databases when data moves from one database to other. It is a data lineage...
26 Jun 2013 by Taqi_Shah
I want to to implement Hangman Game using Backward Propagation Algorithm for my semester project in the course of Artificial Intelligence. But I didn't Know the Basic and Working of Algorithm. If anyone knows about this algorithm please Share the information.
27 Jan 2016 by Konstantin A. Magg
I am working on an article about diagnosing errors and analysing behavior of larger native C++ applications. The scenario would roughly look like this:Application runs stable for hours or days in production-like environment.Software consists of several processes, mostly native C++. Some...
1 Aug 2018 by patelsandeep
During execution of MapReduce jobs how to overwrite an existing output file/dir ? What I have tried: I am working on a MapReduce project and need to overwrite an existing output. I'm unaware of the procedure?
21 Jan 2022 by Member 15500952
Hello - I found TheCyberByte article "How to retrieve CVSS Scores with Bulk CVE Lookup in NIST NVD via Python" using Beautiful Soup particularly helpful. I used a Ubuntu VM (Ubuntu 20.04.3 LTS) and basic text editor (vi) at command line to...
15 Jun 2023 by Green0011
I'm working on a project to reverse engineer high-frequency trading (HFT) strategies / arbitrage strategies. The goal is to uncover the exact trading strategies employed by the trading algorithms. I'm seeking guidance on how I can detect hidden...