Questions tagged [properties]

35 questions
4
votes
1 answer

How can the property list of interpolating function be explored and exploited?

While looking at this question, I asked myself the question given in the title. I post the results of my investigation in the question as an answer. I used the example code given in the referenced question to carry out my investigation.
m_goldberg
  • 107,779
  • 16
  • 103
  • 257
2
votes
1 answer

Access properties in Mathematica

This may seem a trivial question but I am coming to Mathematica from object oriented programming languages. The results of many analyses are composite datatype. I want to access part of the result. For example: dist = MixtureDistribution[{2, 1},…
0
votes
1 answer

return multiple properties of financialdata

Sorry, very silly newbie question.. regarding FinancialData, how to return multiple specified properties. eg. if I want Open & Close properties , or perform an operation such as…