Tagged Questions
The contingency tag has no wiki summary.
4
votes
4answers
105 views
Contingency Table in Mathematica
Trying to build what I believe to be a contingency table, please consider the following :
dist = Parallelize[Table[RandomVariate[NormalDistribution[]], {100000}]];
dist2 = Rest@FoldList[0.95 # + #2 ...
2
votes
2answers
100 views
sampling from a contingency table
I've managed as far as the code below in writing a function to sample from a contingency table - proportional to the frequencies in the cells.
It uses expand.grid and then table to get back to the ...
2
votes
5answers
209 views
An event log source that's always available for writing?
Is there an event log source that's always available for writing by an ASP.NET webapp?
Backstory, in case anyone has a seemingly unrelated solution:
Our ASP.NET webapp uses its own event log source, ...
1
vote
2answers
107 views
When Something Goes Wrong: Good contingency planning?
I work at a small firm with little technical skill/knowledge.
One colleague had a hard drive die without any backup, and we recently had a virus come through and infect our test server (the ...
0
votes
1answer
32 views
Exporting deducer's contingency tables as csv or xls
I am working with JGR and using Deducer, and I am creating contingency tables and frequencies using Deducer. I'm mostly interested in exporting these contingency tables and saving them as .csv or xls ...
0
votes
1answer
28 views
Web Server being used as File Storage - How to improvise?
I am making a DR plan for a web application which is hosted on a production web server. Now that web server also acts as a file storage for storing the feed uploads files (used by the web application ...