Big Chemical Encyclopedia

Chemical substances, components, reactions, process design ...

Articles Figures Tables About

Numeric data type

A strict separation of these three types of databases is difficult hence most databases contain a mixture of data types. Therefore the classification given here is based on the predominating data type. For example, the major emphasis of a patent database is on hterature, whereas it also comprises numeric and structural data. Another type is the integrated database, which provides a supplement of additional information, especially bibhographic data. Thus, different database types are merged, a textual database and one or more factual databases. [Pg.236]

Many databases can be classified in multiple ways because of multiple type data, eg, text and numeric data, text and image data, image and audio data, etc. Also included in the data presented in Table 1 are two additional classes of databases, electronic services and software. Both of these data types could also be classed by form of representation because of use of words and numbers. However, the way in which these databases are used is different and they have special characteristics. Thus they are presented as additional classes. Whereas electronic information services such as bulletin boards, electronic mail, and electronic conferencing contain data that are transitory and nonarchival, these must be included among databases because several of the principal vendors seU these services in the same way as database search services are sold. [Pg.455]

TOGA uses the built-in numerical capabilities of Radial to compute functions of concentration values, which are used extensively in the rules. The ratio of hydrogen to acetylene concentration in the corona rule is a simple example of this. User-defined con xDund data types are used to handle blocks of data as a single named structure. These features are invaluable in building practical expert systems, but are not available with all packages. [Pg.21]

External code may be used to obtain input (e.g., from data bases, instrumentation, numerical data base routines, other computers), to send output (to data bases, printers, graphic devices), or to perform actions when decisions are reached (e.g., instrument control). The oi>erators for user-defined data types will usmlly be implemented with external routines. [Pg.24]

The CERCLA Priority List of Hazardous Substances has been annotated with information on the types of wastes and the possible biotechnological treatment methods, as shown in Table 1. The remarks on biotreatabihty of these hazardous substances are based on data from numerous papers, reviews, and books on this topic [4-8]. Databases are available on the biodegradation of hazardous substances. Eor example, the Biodegradative Strain Database [9] (bsd.cme.msu.edu) can be used to select suitable microbial strains for biodegradation applications, while the... [Pg.134]

Calculate the value of the test statistic (usually = signal/noise). The formula for the test statistic will be based on a standard approach determined by the data type, the design of the trial (between- or within-patient) and the hypotheses of interest. Mathematics has provided us with optimum procedures for all the common (and not so common) situations and we will see numerous examples in subsequent sections. [Pg.54]

D. Sokolovski, E. Akhmatskaya, and S. K. Sen, Extracting S-matrix poles for resonances from numerical data Type-II Pade reconstruction, Comput. Phys. Commun. 182, 448 (2011). [Pg.160]

Statistics refers to the scientific methods applied to the collection, organization, interpretation, and presentation of information—numerical data. For statistical process control (SPC), data types are divided into attributes or variables. [Pg.380]

Recent theoretical developments have been directed at incorporating the distance dependence of electron-transfer rate constants into the kinetic equations for diffusion-controlled reactions on the micelle surface, rather than assuming that these are collisional processes [82]. Both forward and back electron-electron transfers have been considered, with fitting of experimental data by numerical integration of appropriate differential equations. A standard Marcus-type expression was used to describe the electron-transfer rate constants. In the particular case of electron transfer from a donor to a single acceptor located initially at 0, one has instead of Eq. 10 [82c]... [Pg.2972]

When other numeric data types are converted to Boolean values, 0 becomes False while all other values become True. When Boolean values are converted to other data types. False becomes 0 while True becomes -1. [Pg.426]

Schemas are a newer development on the XML landscape. Like a DTD, a schema supplies the rules for building a document and indicates what tags may be used, what their attributes are, and how they relate to one another. Unlike a DTD, however, a schema has an additional level of specificity in that it can define data types. For example, a DTD might have a tag designated as , the content of which might be either numerical or a character string. A schema, by contrast, could ensure that the value entered was a number. This is clearly an appealing feature for the pharmaceutical industry, especially in the case of information exchange between databases or other applications making use of rigidly defined data types. Schemas are a newer development on the XML landscape. Like a DTD, a schema supplies the rules for building a document and indicates what tags may be used, what their attributes are, and how they relate to one another. Unlike a DTD, however, a schema has an additional level of specificity in that it can define data types. For example, a DTD might have a tag designated as <DOSE>, the content of which might be either numerical or a character string. A schema, by contrast, could ensure that the value entered was a number. This is clearly an appealing feature for the pharmaceutical industry, especially in the case of information exchange between databases or other applications making use of rigidly defined data types.
The analysis of existing data for numerous gas processes shows that the values of a and b vary for reactions of different types. For H-transfer reactions we can set a — 0, if the transfer proceeds between two electronegative atoms (e.g., O and F, or O and O), and a 30kJ/mole in all other cases. As to the b value, it depends on the sign of AH in the case of endothermic reactions it can be taken with acceptable precision as 1 for exothermic Ff-transfer processes... [Pg.220]

VBA recognizes three different data types textual, numerical, and logical. There are two types of numbers general numbers and integers, and both can be represented in single or double precision. Note that the spreadsheet always uses double precision, but that VBA needs to be told specifically to do so, otherwise the macro computes in single precision instead. [Pg.469]

A data type is necessary to allow the RDBMS to accurately convert the data from an external representation, most often text in a file, to an internal representation of the data. For example, the external representation of a numeric value is a text string containing at least one numeral, and possibly a plus or minus sign or a decimal point. A text value may contain any valid text character, usually only printable characters from the ASCII set. The internal representation of the data is dependent upon the particular RDBMS and hardware being used. It is not necessary to know the exact internal representation of the data. The important thing to consider is which data type accurately represents the data for your purposes. [Pg.7]

It is not necessary to do any sorting or other operations on the data to create the index. Every RDBMS has built-in indexing capabilities that apply to numerical, text, or even other data types. Most implementations of numerical indexing do not necessarily rearrange the table rows in a sorted order. The exact method used to create the index is not usually of interest to the database designer. [Pg.16]

Of course, it will be important to store the chemical structure itself. Clearly, a complete chemical structure cannot be represented using basic SQL data types, such as numeric or text. While a compound name (text) might be considered a good representation of molecular structure, there are better ways to represent molecular structure. In this chapter, a compound will simply be identified with a unique compound id serving as a foreign key to a more complete representation of structure in another table. The following chapters will show ways that chemical structures can be fully integrated into the tables of a database. This chapter concentrates on the proper use of chemical data and ways in which multiple relational tables can be used. [Pg.48]

As with all data in an RDBMS, there is an external and internal representation of data. This was discussed in an earlier chapter for standard data types, such as text and numeric. For molecular structures, there is of course no SQL standard. When building a database containing molecular structures, a decision should first be made which internal representation will be used and which external representation. [Pg.83]


See other pages where Numeric data type is mentioned: [Pg.554]    [Pg.554]    [Pg.131]    [Pg.414]    [Pg.323]    [Pg.323]    [Pg.142]    [Pg.94]    [Pg.467]    [Pg.170]    [Pg.27]    [Pg.247]    [Pg.25]    [Pg.273]    [Pg.352]    [Pg.242]    [Pg.511]    [Pg.840]    [Pg.251]    [Pg.93]    [Pg.183]    [Pg.519]    [Pg.70]    [Pg.346]    [Pg.65]    [Pg.124]    [Pg.7]    [Pg.8]    [Pg.34]    [Pg.48]    [Pg.50]    [Pg.60]   
See also in sourсe #XX -- [ Pg.6 , Pg.162 ]




SEARCH



Data type

Numerical data

© 2024 chempedia.info