Skip to main content

Questions tagged [cooccurrence]

Filter by
Sorted by
Tagged with
0 votes
0 answers
52 views

I am conducting an occupancy study using camera trap data with the camtrapR and unmarked packages in R. I encountered convergence issues in my prey–predator co-occupancy model, so I calculated the ...
Nicholas van Rooyen's user avatar
0 votes
0 answers
49 views

I'm trying to find a method to quickly generate all index-pair sequences for the following problem: Given a sequence of N elements, find the shortest sequence of lazy pair swaps (i, j) — where each (...
Zach's user avatar
  • 1
0 votes
1 answer
112 views

I am absolutely new to MI (and just really bad at it too!) and was wondering if someone could explain to me how to resolve this question. "Say word A occurs once per 1'000 words (i.e, Freq. (A)=0,...
Ella's user avatar
  • 1
2 votes
0 answers
1k views

Background When calculate PMI or PPMI from a co-occurrence matrix (COM), it sums each row (co-occurrences) of the COM e.g. 2 for pineapple as in the formula in the snapshot. For this question, it is ...
mon's user avatar
  • 1,808
1 vote
0 answers
45 views

Problem statement I am trying to construct a model that predicts stock price volatility on a given day based on data points represented as strings that may or may not be present on that day. My ...
Way Spurr-Chen's user avatar
0 votes
1 answer
98 views

Background I see a lot of publications mentioning relative frequencies to indicate the presence of certain genes in a specific area. For example: ...
KingBoomie's user avatar
5 votes
1 answer
1k views

I've a dataset of 492 samples, for each sample I've information regarding if gene X has a germline mutation and a somatic mutation. I would like to test co-occurence of germline and somatic mutation ...
Nicolas Rosewick's user avatar
0 votes
0 answers
266 views

I have two community data sets (samples as rows, species as columns, populated with abundance). This data comes from two habitats/sites, with differing numbers of samples at each site. What I want ...
Cody K's user avatar
  • 293
1 vote
2 answers
1k views

I have an algorithm that outputs gray scale images (not normalized). These images often contain a lot of random noise and sometimes also contain spatial structures. I would like to have some kind of ...
Gilfoyle's user avatar
  • 681
1 vote
1 answer
894 views

I have a table of 288 rows and 4 columns where each row corresponds to a tumour sample, and each column is a gene. All of the values are 0 or 1, to indicate whether there's a mutation in a particular ...
JSneathThompson's user avatar
1 vote
1 answer
209 views

I am learning the basics of text mining. For finding the syntagmatic relations in the text like the word "technology" occurs whenever the word "information" occurs i.e co-occurrence of words "...
Sanjeev's user avatar
  • 237
7 votes
1 answer
123 views

I have a group of events which I guess you could call a compound events. Each event is something like: $$A=A_1\cap A_2\cap...\cap A_{n_a}$$ I am estimating the probability of the over all event by ...
Frames Catherine White's user avatar
3 votes
0 answers
484 views

I've looked around for a solution to this problem specifically in nltk, quite a bit but couldn't find much help either on SO or elsewhere. My problem is as follows: I have a set of aligned pairs of ...
user1669710's user avatar