Random sampling is the algorithmic generation of random sequences with specified properties.
2
votes
2answers
26 views
Specify the spherical covariance in numpy's multivariate_normal random sampling
In numpy manual, it is said:
Instead of specifying the full covariance matrix, popular approximations include:
Spherical covariance (cov is a multiple of the identity matrix)
Has anybody ever ...
0
votes
1answer
21 views
Weighted sampling with 2 vectors
(1) I have two column vectors.
Eg. x = [283167.778
*289387.207
289705.322] ...
1
vote
2answers
36 views
Random Sample with remove from List
Good Evening!Still new to programming so bare with me. Simple question I hope!
I have data in a list like:
L = [(3,4,5),(1,4,5),(1,2,3),(1,2,3)]
i need to sample randomly a size of 2 so i wanted ...
0
votes
2answers
46 views
looping trouble in Matlab
Suppose a matrix is given say d.
d=[1.32 4.354 6.78 4.56;
4.65 3.23 2.34 8.9;
2.32 7.65 4.98 2.78]
I require to pick values such that no two values chosen are same. Say I want to pick 5 ...
0
votes
0answers
30 views
Examples for running the ziggurat method
In their seminal paper "The Ziggurat Method for Generating Random Variables", Marsaglia and Tsang implement their algorithm in C with inline definitions in this script. I'm interested in using the ...
-4
votes
1answer
43 views
Repeated random samples for t-tests in R
I have data from two time periods (1999 and 2009). The data is in two columns, one called "values" (4.960001, 4.847222, ... 3.639985, 3.849003) and one called "time" (1999, 1999, ..., 2009, 2009):
...
1
vote
1answer
79 views
Algorithm for random characters
I get confused between two algorithms for generating random characters. I have four characters types, lowercase, uppercase, numbers and special characters. According to the type of random characters ...
2
votes
1answer
51 views
Sample from half a Gaussian distribution
Suppose n = N(0,1) is a normal distribution. In MATLAB, when the randn(1,1) function is used, a sample is extracted from n.
However, I have a different objective: I would like to sample from the ...
2
votes
1answer
35 views
Randomly select the same X number of rows from two dataframes in R
I'm doing classification in R. I have a dataframe of test data called testD and a dataframe of data called results (these are the correct classification values).
These dataframes are pretty big and ...
1
vote
2answers
87 views
2d array that calculates and stores 6 random connected points
I am trying to make an 80x20 2D array that creates 6 lines that are randomly connected between two points on the perimeter of the array. I imagine it's going to look like a picture framed in only some ...
2
votes
1answer
57 views
How to smooth a random distribution?
I'm trying to randomize the appearance of characters in a game but use their name as the seed. So if you ever meet "Bob" in the game, he'll always have the same hair / eyes, etc.
Right now I'm just ...
0
votes
0answers
30 views
Sampling with multidimensional transformations
Technical Mathematics Question For Ray Tracing...
(I am not sure if I have the title right, but here is my problem)
I am writing a raytracer and I need to shoot a rays in a random direction.
I have a ...
0
votes
1answer
40 views
Select random data points in R
I have a large data set and I'd like to create 3 randomly selected (size = 50) subsets of the original data set. I just want to pull the points from a specific column (13th to be specific).
This must ...
1
vote
1answer
52 views
Random sampling to increase accuracy of pressure estimate?
In our simulations, we have an underlying 2D grid over which a closed curve (red line) can move. Grid cells are coloured, based on the location of their centre, as either inside the curve (green) or ...
3
votes
2answers
69 views
Sampling from Oracle, Need exact number of results (Sample Clause)
I am trying to pull a random sample of a population from a Peoplesoft Database. The searches online have lead me to think that the Sample Clause of the select statement may be a viable option for us ...
0
votes
1answer
94 views
R: Replicating a loop or function multiple times and adding results to data frame for each time
I've written an R loop and turned it into a function that takes in a dataframe, The original code and data frame are below. The goal is to repeat out this function or loop 1000 times and end up with a ...
0
votes
0answers
94 views
Which fast random number generation engine to use with C++11? [closed]
I am trying to decide between the STL-generators and boost::random.
Also, I am not sure which generator engine has the best trade-off between speed and randomness.
The use case is sampling, say, ...
0
votes
1answer
28 views
How to get random value from a file in python?
It would have been very gratifying to figure this out by myself but I haven't been able to.
I want to grab a random value from a text file that contains data in the form of a dictionary eg:
{'One': ...
1
vote
1answer
77 views
boost random sample like python random.sample
I am trying to use C++ to mimic python
random.sample(a_set, n_samples)
C++ function like
set<string> sample(set<string> input, int n_samples)
Before writing my own, is there any ...
1
vote
2answers
108 views
MATLAB: Keeping a number of random rows in a matrix which satisfy certain conditions
I have a matrix in Matlab which looks similar to this, except with thousands of rows:
A =
5 6 7 8
6 1 2 3
5 1 4 8
5 2 3 7
5 ...
2
votes
2answers
68 views
How do I get an unbiased random sample from a really huge data set?
For an application I'm working on, I need to sample a small set of values from a very large data set, on the order of few hundred taken from about 60 trillion (and growing).
Usually I use the ...
1
vote
2answers
53 views
JavaScript - how to have a third “sub variable”
okay, I forgot what the name for a variable list linked to a single variable already inside of a list is called, but just take a look:
function Models(Make) {
var cars = {
"Acura": ...
-6
votes
1answer
83 views
random shuffle of columns [closed]
I have a file that has two columns and an indefinite number of rows.
row 1 includes a person id,
row 2 includes a score for each person id.
I am trying to randomly shuffle the scores and randomly ...
0
votes
0answers
99 views
c++ random number with a given probability array
I have an array of probability for some actions identified by array index(e.g. like Boltzmann distribution )
for(int i=0;i<N_ACTIONS;i++)
{
p[i]=exp(q_tab[state()][i]/T);
...
3
votes
2answers
51 views
Creating multiple pairs in R
I have a list of people:
people<-c("Betty", "Joe", "Bob", "Will", "Frank")
I would like to randomly assign two people to each person (self-assignment is not allowed) and I would like each person ...
0
votes
2answers
81 views
Develop Random number [closed]
I want to generate a random number for a lucky draw.
the random number get from database mysql..
i have successfully get random number from database..every time refresh the page give the different ...
1
vote
3answers
154 views
Generating a mixture of binomial distributions
I want to generate a mixture of binomial distribution. Why I need it is because
I want to have a normal discrete mixture of gaussian distributions. Is there any
scipy library available for it or can ...
3
votes
3answers
100 views
Randomly selecting letters by frequency of use
After feeding few Shakespeare books to my Perl script I have a hash with 26 english letters as keys and the number of their occurences in texts - as value:
%freq = (
a => 24645246,
b => ...
-4
votes
1answer
164 views
Rcpp How to generate random multivariate normal vector in Rcpp?
I would like to generate some large random multivariate (more than 6 dimensions) normal samples. In R, many packages can do this such as rmnorm, rmvn... But the problem is the speed! So I tried to ...
1
vote
2answers
122 views
Generate the other half of a normal distribution as well using the acceptance-rejection method
The following R code give me only half of a normal distribution; what should I change to the code in order to get the other half?
halfnormal <- function(n){
vector <- rep(0,n)
for(i in ...
2
votes
0answers
117 views
Sampling without replacement with unequal probabilites — linear run time possible?
In search for a faster weighted sampling without replacement, the following question came up:
Is there an algorithm that implements random sampling without replacement with unequal selection ...
1
vote
1answer
46 views
Randomly sample Github repositories
I'm looking for a solution to randomly sample repos from Github. The final result is to perform some data analysis on the sample.
What I would like to do is sample by the repository's id: sample an ...
2
votes
3answers
171 views
Randomly sample a percentage of rows within a data frame
Related to this question.
gender <- c("F", "M", "M", "F", "F", "M", "F", "F")
age <- c(23, 25, 27, 29, 31, 33, 35, 37)
mydf <- data.frame(gender, age)
mydf[ sample( ...
0
votes
4answers
83 views
How do I get the total cost of sales of each item within a loop?
Within this while loop, there are 4 items that can be picked. Coffee (1), Latte (2), Cappuccino (3), and Espresso (4). The simulation picks a bunch of random numbers in to fill in each customer's ...
2
votes
2answers
191 views
Transform a set of large integers into a set of small ones
How do we recode a set of strictly increasing (or strictly decreasing) positive integers P, to decrease the number of positive integers that can occur between the integers in our set?
Why would we ...
0
votes
4answers
129 views
random generation of unique combination from two column
I have two columns in a large file, say
pro1 lig1
pro2 lig2
pro3 lig3
pro4 lig1
.....
Second is column redundant. I want new random combinations of double size which should not match given ...
1
vote
2answers
85 views
How to do a random sample without k, up until a certain integer is produced? (Python)
I'm working in Python, and basically I have a list of integers:
[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 5, 5, 6, 6, 6, 6, 6, 7, ...
1
vote
5answers
294 views
Generating Random Date time in java (joda time)
Is it possible to generate a random datetime using Jodatime such that the datetime has the format yyyy-MM-dd HH:MM:SS and it should be able to generate two random datetimes where Date2 minus Date1 ...
5
votes
2answers
123 views
How to make a random sample from the internet?
I am trying to get random sample of internet pages, I don't want to scrap google search results for various reasons. Here is how I have tried it to do;
import socket
from random import randint
def ...
0
votes
2answers
67 views
takeSample() function in Spark
I'm trying to use the takeSample() function in Spark and the parameters are - data, number of samples to be taken and the seed. But I don't want to use the seed. I want to have a different answer ...
3
votes
3answers
116 views
What does the integer while setting the seed mean?
I want to randomly select n rows from my data set using the sample() function in R. I was getting different outputs each time and hence used set.seed() function to get the same output. I know that ...
3
votes
1answer
132 views
Apache Independent Gamma Distributions
Hi I've noticed some strange behaviour in the Apache Maths library (version 2.2) specifically in the org.apache.commons.math.distribution.GammaDistributionImpl class although I think this will ...
0
votes
3answers
180 views
create a random loop until a statement is true
What should I do if I wanted the program to generate a random number then re-read/loop the else if statement until it finds a statement that is similar to this if (button1.Text == ""), The random ...
1
vote
2answers
69 views
How would I fetch random pairs from mongodb
So I have an interesting use case that I'm stuck trying to find a efficient mongo query for.
To begin, I have 12,000 categories with 100,000 posts. I need to randomly select a 100 pairs of posts, ...
0
votes
1answer
130 views
Reservoir Sampling Algorithm
I want to understand the reservoir sampling algorithm where we select k elements out of the given set of S elements suck that k <= S.
In the algorithm given on wiki:
array R[k]; // result
...
0
votes
2answers
95 views
Implement a random-number generator using only getpid() and gettimeofday()?
I am using gcc compiler to Implement a random-number generator using only getpid() and gettimeofday(). Here is my code
#include <stdio.h>
#include <sys/time.h>
#include ...
0
votes
2answers
233 views
Mersenne Twister random algorithm how can i seed init_genrand, random numbers are always the same C#
I'm using A C-program for MT19937, with initialization improved 2002/1/26.Coded by Takuji Nishimura and Makoto Matsumoto. taken from Codeproject link
when after copying the source files and ran the ...
0
votes
2answers
72 views
random number creation
I need to generate 100 random index in an array of say size 5000 arr[5000]. I think rand() will use more CPU so I dont want to loop it 100 times. I just want to call it once and want have mechanism to ...
2
votes
5answers
171 views
Huge sorted list of random numbers
I need to create a method which returns a number sampled of some random distribution where every time call the method the returned number is bigger than any previously returned numbers.
Or, in other ...
6
votes
3answers
435 views
Efficient random number generation from a truncated normal distribution
I would like to sample 50,000 values from the normal distribution with mean = 0 and sd -1. But I want to limit the values to [-3,3]. I've written code to do this, but not sure if it is most efficient? ...


