Questions tagged [quantify]
14 questions
5
votes
3 answers
How to quantify the quality of a pseudorandom number generator?
This is based on this question. A number of answers were proposed that generate non-uniform distributions and I started wondering how to quantify the non uniformity of the output. I'm not looking for patterning issues, just single value…

BCS
- 75,627
- 68
- 187
- 294
3
votes
2 answers
Does Valgrind have an API like Purify/Quantify that lets you disable data recording?
Something like this Purify/Quantify function:
quantify_stop_recording_data()

Badmanchild
- 990
- 9
- 18
2
votes
2 answers
where to pass quantifying data values for formula fields?
What is a common way to pass data for formula fields, to specify a quantifier. I would currently do as follows:
where q_12 is generic.
But there some…

helle
- 11,183
- 9
- 56
- 83
2
votes
1 answer
Can visual c++ 2013 do what Purify and Quntify do?
We develop a console application using VC 6.0, Purify, PC-Lint, and Quantify on Windows XP. VC6 will not work on Windows 7 and 8. I have looked at our options for development environments if we were to upgrade to Windows 8. Our application is…

user3210062
- 39
- 2
2
votes
1 answer
What is INST_GEN in z3
Context: I do research on bounded java program verification using z3. I want to get an optimization model on a linearization problem. A standard approach could be incrementally search the model until find a unsat case. But the performance seems be a…

Tianhai Liu
- 795
- 5
- 10
2
votes
6 answers
Is it possible to quantify scalability as a requirement?
G'day,
I was reading the item Quantify in the book "97 Things Every Software Architect Should Know" (sanitised Amazon link) and it got me wondering how to quantify scalability.
I have designed two systems for a major British broadcasting corporation…

Rob Wells
- 36,220
- 13
- 81
- 146
1
vote
1 answer
Machine Learning: quantifying uncertainty around missing data
My question is around a specific classification problem I have.
My training data is complete and doesn't have missing data. I can build any classification model around it (SVM, Random forest, etc.) to give good results. So far pigs are not flying in…

Luks
- 85
- 4
1
vote
4 answers
Calculating a total from quantity of a product
I am building a website for a restaurant and want users to be able to choose how much food they would like to order. I am very new to JavaScript and am going to school for it right now but in the meantime I need some help with this question.
I have…

Jenn Oliver
- 31
- 1
- 1
- 6
1
vote
1 answer
Rational tools Purify/Quantify finding pdb files
Do the rational tools follow the _NT_SYMBOL_PATH to find .pdb files? It seems from my experience that they are not and that the .pdb files need to be collocated with the .dll's and .exe's I am trying to intrument.

David St Denis
- 813
- 6
- 9
0
votes
0 answers
How to quantify the relevant value change
I have two lists of values:
accuracy: 0.6, 0.6, 0.6
hit: 1, 1, 1
Now after some processing, these two lists of values become:
accuracy: 0.59, 0.58, 0.55
hit: 0.5, 0.3, 0.1
so the drop can be calculated as:
accuracy_drop: 0.01, 0.02, 0.05
hit_drop:…

gladys0313
- 2,569
- 6
- 27
- 51
0
votes
0 answers
Quantifying a 3D scatter plot
there is tricky problem I just cant solve with my basic MATLAB skills.
I have a 3D-scatter plot with colour code (that refers to the term property in the caption) that I creted from a four column array (with X,Y,Z and a property column).
With the…

Arne
- 337
- 1
- 6
- 17
0
votes
1 answer
quantify a captured regex
I am looking for file paths within scripts. So I am going to write out a script that
cats out file and then looks for a "/".
I would rather use perl regex and would just like to grep out file paths.
foo@foohost:~ $ cat…

capser
- 2,442
- 5
- 42
- 74
0
votes
3 answers
Quantify streamed video
I'm developing a PHP application which will charge users for the videos they watch. The business model is "everyone pays for how much she watches". For this purpose, I need to;
Implement secure video (FLV) access. (Authorized sessions will gain…

Lashae
- 1,372
- 1
- 20
- 36
0
votes
1 answer
cscart product minimum quantity issue
So here is my problem, I'm setting up CsCart V3.0 for an online store and on the product page Minimum Quantity field displays the entire product name and then minimum quantity, example below.
Minimum quantity for "Edimax EW-7811Un Network adapter -…

user176320
- 1
- 1