help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

how do I calculate probabilities using data files and sets of data numer


From: Jonathan Camilleri
Subject: how do I calculate probabilities using data files and sets of data numeric and text?
Date: Mon, 30 Nov 2015 14:37:40 +0100

This may sound like an odd question but let's say I have the question "how many items fit within a matrix/cell/set, then I assume nchoosek is not the right command to use right?

 Function File: C = nchoosek (N, K)
 Function File: C = nchoosek (SET, K)

Would you rather use sets?
https://www.gnu.org/software/octave/doc/interpreter/Set-Operations.html

Examples of input
1. m
m =
{
  [1,1] = Chicken
  [1,2] = Beef
  [1,3] = Ham
}
2. attached data file - sourced from http://archive.ics.uci.edu.


J. Camilleri
T: +356 27448812

Attachment: iris_data.csv
Description: Text Data

Attachment: stat.xlsx
Description: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet


reply via email to

[Prev in Thread] Current Thread [Next in Thread]