Group Abstract Group Abstract

Message Boards Message Boards

0
|
7K Views
|
2 Replies
|
1 Total Like
View groups...
Share
Share this post:
GROUPS:

how to make functions from datasets

Posted 11 years ago
2 Replies

If you have as many records as you say you do then, I think you might look at the Mathematica function BinCounts[]. This will group your data into discrete bins, which you can define according to your needs. You can then plot, say, C=f(A,B), using ListPlot3D[] and the results from BinCounts. BinCounts can also be used either to fit your data to a model function or for interpolation.

If you just want graphical results another way is to use Histogram3D[] to plot you data.

POSTED BY: Douglas Skinner

Is "Fit" what you are looking for?

POSTED BY: Isaac Abraham
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard