Recent content by finaquant

  1. F

    Is there a library for table arrays?

    Thanks. We also couldn't find such a library; so we have extended our non-commercial library (finaquant protos) to include a class named Persistent Table Array which handles these database operations. Tunc
  2. F

    Is there a library for table arrays?

    As far as I know, the Entity Framework is generally used for mapping object fields to table fields, in a sense, to achieve object persistence at field level. What we need for our analytical table functions is slightly different. We want to store and read complete in-memory tables together with...
  3. F

    Is there a library for table arrays?

    Hello For a software on which we are currently working we need a .net library for reading/writing array of data tables from/to relational databases. Is there such a library for .net? Tunc
  4. F

    GDP and Well-Being: A More Comprehensive Measure of Economic Progress

    Hello all Here is an article about GDP and well-being: Well-being and GDP: why we need them both The general idea is something like this: GDP is a fine measure for material wealth, but well-being needs more than just material wealth like social and environmental factors. So we need them...
  5. F

    Can there be an intelligence which is not evolutionary?

    Hello My question is for those who are interested in evolution and artificial intelligence: Can there be any kind of intelligence which is not based on an evolutionary selection process? I will try to explain why I ask this. With intelligence people usually mean devising an idea as...
  6. F

    Which field or theory deals with table mathematics?

    Thank you for the comments. The topic should possibly be covered by group theory: http://en.wikipedia.org/wiki/Group_theory http://dogschool.tripod.com/ As I understand, abstract algebra is also a part of group theory. I find it surprising that computer scientists haven't yet developed a sound...
  7. F

    Which field or theory deals with table mathematics?

    For example, the field of math "linear algebra" deals with matrices and matrix functions; matrix multiplication, inverse matrix, eigenvectors and so on, in the context of linear equations. I mean a field of math like "linear algebra" for tables and analytical table functions. * There are...
  8. F

    Which field or theory deals with table mathematics?

    Hello all I am a new member here. I've found this forum today by chance. My question is, which theory or field of math deals with tables, meta data and table functions? Is it group theory? Regards Tunc
Back
Top